Click here to Skip to main content
15,911,142 members
Home / Discussions / Java
   

Java

 
GeneralStudent Report Program Pin
CodeScribbler7-Jun-10 20:45
CodeScribbler7-Jun-10 20:45 
GeneralRe: Student Report Program Pin
Richard MacCutchan7-Jun-10 21:47
mveRichard MacCutchan7-Jun-10 21:47 
GeneralStudent Report Program Pin
CodeScribbler7-Jun-10 22:46
CodeScribbler7-Jun-10 22:46 
GeneralRe: Student Report Program Pin
Richard MacCutchan8-Jun-10 3:42
mveRichard MacCutchan8-Jun-10 3:42 
GeneralRe: Student Report Program Pin
CodeScribbler9-Jun-10 3:34
CodeScribbler9-Jun-10 3:34 
GeneralRe: Student Report Program Pin
Richard MacCutchan9-Jun-10 4:29
mveRichard MacCutchan9-Jun-10 4:29 
QuestionHow to clone(Deep clone) instance variables in a class and it to the clone object of that class? Pin
PJanaki6-Jun-10 20:48
PJanaki6-Jun-10 20:48 
AnswerRe: How to clone(Deep clone) instance variables in a class and it to the clone object of that class? Pin
David Skelly6-Jun-10 22:24
David Skelly6-Jun-10 22:24 
The method clone() is already defined on Object as being protected which is why you cannot call it in this case. How you clone your name variable depends on its object type. My guess is that it's probably a String. Since Strings are immutable you can just copy it to the new cloned instance.
GeneralRe: How to clone(Deep clone) instance variables in a class and it to the clone object of that class? Pin
PJanaki6-Jun-10 23:11
PJanaki6-Jun-10 23:11 
GeneralRe: How to clone(Deep clone) instance variables in a class and it to the clone object of that class? Pin
David Skelly7-Jun-10 2:41
David Skelly7-Jun-10 2:41 
GeneralRe: How to clone(Deep clone) instance variables in a class and it to the clone object of that class? Pin
PJanaki8-Jun-10 3:48
PJanaki8-Jun-10 3:48 
GeneralRe: How to clone(Deep clone) instance variables in a class and it to the clone object of that class? Pin
David Skelly8-Jun-10 5:25
David Skelly8-Jun-10 5:25 
QuestionAltering .class files or recompiling isolated .java ones Pin
Abrojus3-Jun-10 14:38
Abrojus3-Jun-10 14:38 
AnswerRe: Altering .class files or recompiling isolated .java ones Pin
Richard MacCutchan3-Jun-10 22:01
mveRichard MacCutchan3-Jun-10 22:01 
AnswerRe: Altering .class files or recompiling isolated .java ones Pin
CodingLover8-Jun-10 6:29
CodingLover8-Jun-10 6:29 
GeneralRe: Altering .class files or recompiling isolated .java ones Pin
Upendra Jariya28-Jul-10 4:57
Upendra Jariya28-Jul-10 4:57 
QuestionI want some ideas guys Pin
B.Sudhir2-Jun-10 17:13
B.Sudhir2-Jun-10 17:13 
AnswerRe: I want some ideas guys Pin
Dr.Walt Fair, PE2-Jun-10 17:35
professionalDr.Walt Fair, PE2-Jun-10 17:35 
GeneralRe: I want some ideas guys Pin
B.Sudhir2-Jun-10 18:29
B.Sudhir2-Jun-10 18:29 
AnswerRe: I want some ideas guys Pin
Richard MacCutchan2-Jun-10 21:26
mveRichard MacCutchan2-Jun-10 21:26 
GeneralRe: I want some ideas guys Pin
CodingLover3-Jun-10 0:23
CodingLover3-Jun-10 0:23 
GeneralRe: I want some ideas guys Pin
Richard MacCutchan3-Jun-10 2:35
mveRichard MacCutchan3-Jun-10 2:35 
QuestionJFrame backGround Color Pin
002comp1-Jun-10 2:16
002comp1-Jun-10 2:16 
AnswerRe: JFrame backGround Color Pin
42774801-Jun-10 9:14
42774801-Jun-10 9:14 
GeneralRe: JFrame backGround Color Pin
002comp7-Jun-10 19:02
002comp7-Jun-10 19:02 

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.