Click here to Skip to main content
15,888,454 members
Home / Discussions / Java
   

Java

 
AnswerRe: getting NullPointerException Pin
TorstenH.31-Mar-14 1:17
TorstenH.31-Mar-14 1:17 
Questionproblem in hibernate mysql connecting Pin
chiku2427-Mar-14 19:57
chiku2427-Mar-14 19:57 
AnswerRe: problem in hibernate mysql connecting Pin
Member 1071490931-Mar-14 23:33
Member 1071490931-Mar-14 23:33 
AnswerRe: problem in hibernate mysql connecting Pin
Bhalchandra Sawant9-Apr-14 20:55
Bhalchandra Sawant9-Apr-14 20:55 
QuestionHow to connect into database and show the form from database Pin
Ah Nam Ge27-Mar-14 18:22
Ah Nam Ge27-Mar-14 18:22 
AnswerRe: How to connect into database and show the form from database Pin
Richard MacCutchan27-Mar-14 22:26
mveRichard MacCutchan27-Mar-14 22:26 
GeneralAbstract Classes in Java Pin
akcreative25-Mar-14 0:29
akcreative25-Mar-14 0:29 
GeneralRe: Abstract Classes in Java Pin
Richard MacCutchan25-Mar-14 1:30
mveRichard MacCutchan25-Mar-14 1:30 
An abstract class is just that, it is abstract, it is not a 'real' thing. It is used as the basis for real classes so it may contain some implemented methods that will be common among all derived classes. But it will also contain some methods without implementation, as place holders for the derived ones. See http://docs.oracle.com/javase/tutorial/java/IandI/abstract.html[^] for more details.
GeneralRe: Abstract Classes in Java Pin
jschell25-Mar-14 13:29
jschell25-Mar-14 13:29 
GeneralRe: Abstract Classes in Java Pin
Bernhard Hiller25-Mar-14 21:39
Bernhard Hiller25-Mar-14 21:39 
GeneralRe: Abstract Classes in Java Pin
Member 1043154927-Mar-14 0:21
Member 1043154927-Mar-14 0:21 
GeneralRe: Abstract Classes in Java Pin
Member 1071490931-Mar-14 23:27
Member 1071490931-Mar-14 23:27 
Questionabout pointers Pin
Member 1030303423-Mar-14 17:39
Member 1030303423-Mar-14 17:39 
AnswerRe: about pointers Pin
Richard MacCutchan23-Mar-14 23:04
mveRichard MacCutchan23-Mar-14 23:04 
AnswerRe: about pointers Pin
Member 1043154927-Mar-14 0:25
Member 1043154927-Mar-14 0:25 
QuestionBrute force Convex Hull Pin
not_20-Mar-14 11:57
not_20-Mar-14 11:57 
AnswerRe: Brute force Convex Hull Pin
Kenneth Haugland20-Mar-14 12:57
mvaKenneth Haugland20-Mar-14 12:57 
QuestionByte aligned bitmap code compression Pin
Member 1068441319-Mar-14 19:04
Member 1068441319-Mar-14 19:04 
AnswerRe: Byte aligned bitmap code compression Pin
Richard MacCutchan19-Mar-14 23:26
mveRichard MacCutchan19-Mar-14 23:26 
Questionhelp Pin
Member1067140219-Mar-14 0:58
Member1067140219-Mar-14 0:58 
AnswerRe: help Pin
Richard MacCutchan19-Mar-14 3:53
mveRichard MacCutchan19-Mar-14 3:53 
Questionexe file Pin
Member 1003910918-Mar-14 23:57
Member 1003910918-Mar-14 23:57 
AnswerRe: exe file Pin
Bernhard Hiller19-Mar-14 0:46
Bernhard Hiller19-Mar-14 0:46 
SuggestionRe: exe file Pin
Richard Deeming19-Mar-14 2:02
mveRichard Deeming19-Mar-14 2:02 
Questionopening .exe file Pin
Member 1003910918-Mar-14 22:59
Member 1003910918-Mar-14 22:59 

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.