Click here to Skip to main content
15,905,566 members
Home / Discussions / Java
   

Java

 
AnswerRe: developing java components Pin
Nagy Vilmos24-Sep-10 4:46
professionalNagy Vilmos24-Sep-10 4:46 
GeneralRe: developing java components Pin
David Skelly24-Sep-10 5:53
David Skelly24-Sep-10 5:53 
GeneralRe: developing java components Pin
Nagy Vilmos24-Sep-10 5:56
professionalNagy Vilmos24-Sep-10 5:56 
QuestionJ2SE Pin
future383923-Sep-10 4:29
future383923-Sep-10 4:29 
AnswerRe: J2SE Pin
Nagy Vilmos23-Sep-10 5:24
professionalNagy Vilmos23-Sep-10 5:24 
AnswerRe: J2SE Pin
bilal.hobnail23-Sep-10 20:39
bilal.hobnail23-Sep-10 20:39 
QuestionReflective constructor matching problem Pin
Branislav Vidovic22-Sep-10 22:26
Branislav Vidovic22-Sep-10 22:26 
AnswerRe: Reflective constructor matching problem Pin
David Skelly23-Sep-10 3:58
David Skelly23-Sep-10 3:58 
Autoboxing involves "silently" swapping between primitives and reference objects. Integer.class and int.class are both instances of type Class, in other words they are both reference types, so no autoboxing is involved. The compiler has no knowledge that these two different references can be treated as interchangeable in this particular case.

In the call to getConstructor, specify either int.class or Integer.TYPE instead of Integer.class. That will work.
GeneralRe: Reflective constructor matching problem Pin
Branislav Vidovic23-Sep-10 4:13
Branislav Vidovic23-Sep-10 4:13 
Questionjava code for antispam Pin
niteshtirkey22-Sep-10 12:56
niteshtirkey22-Sep-10 12:56 
AnswerRe: java code for antispam Pin
Gerben Jongerius22-Sep-10 21:50
Gerben Jongerius22-Sep-10 21:50 
QuestionHow to use the same session in Axis2 client program returned by the webservice ??? Pin
Ram Bonala21-Sep-10 21:11
Ram Bonala21-Sep-10 21:11 
QuestionMessage Removed Pin
20-Sep-10 15:16
sinron20-Sep-10 15:16 
AnswerRe: How to draw a table with draw2d in GEF? Pin
Cedric Moonen20-Sep-10 20:32
Cedric Moonen20-Sep-10 20:32 
GeneralRe: How to draw a table with draw2d in GEF? Pin
sinron21-Sep-10 1:03
sinron21-Sep-10 1:03 
GeneralRe: How to draw a table with draw2d in GEF? Pin
Cedric Moonen21-Sep-10 1:07
Cedric Moonen21-Sep-10 1:07 
GeneralRe: How to draw a table with draw2d in GEF? Pin
sinron21-Sep-10 7:05
sinron21-Sep-10 7:05 
GeneralRe: How to draw a table with draw2d in GEF? Pin
Cedric Moonen21-Sep-10 7:24
Cedric Moonen21-Sep-10 7:24 
GeneralRe: How to draw a table with draw2d in GEF? Pin
sinron21-Sep-10 18:46
sinron21-Sep-10 18:46 
QuestionMetrics in libraries Pin
jim1720-Sep-10 8:26
jim1720-Sep-10 8:26 
QuestionPlease help me to code for creating XMPP client .. server is openfire.. Pin
kpnithin20-Sep-10 2:42
kpnithin20-Sep-10 2:42 
AnswerRe: Please help me to code for creating XMPP client .. server is openfire.. Pin
Richard MacCutchan20-Sep-10 3:48
mveRichard MacCutchan20-Sep-10 3:48 
AnswerRe: Please help me to code for creating XMPP client .. server is openfire.. Pin
David Skelly20-Sep-10 5:50
David Skelly20-Sep-10 5:50 
AnswerRe: Please help me to code for creating XMPP client .. server is openfire.. Pin
Nagy Vilmos21-Sep-10 10:03
professionalNagy Vilmos21-Sep-10 10:03 
Questionhow to get geocode response('http://maps.google.com/maps/api/geocode/json?address=Maharajas+College+Cochin&sensor=false') values in jsp Pin
sujikumar16-Sep-10 1:11
sujikumar16-Sep-10 1:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.