Results 1 to 12 of 12
- 12-14-2010, 08:01 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
- 12-14-2010, 08:04 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
What do you think it is the error?
- 12-14-2010, 08:13 AM #3
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
yes, my netbeans is showing error
- 12-14-2010, 08:31 AM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Okay? So what do you think it is? I did not ask why you thought there was one, I asked you what you think it is.
- 12-14-2010, 10:29 AM #5
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
Try putting more test points in your code like I added below and It will help you a lot.
Run this code with and without the commented out test(). Do you see whats wrong now?
Java Code:public class class1 { private int i = 3; private int j = 1; public class1() { System.out.println("1st Test:"); this.i = 3223423; this.j = 234234; just(); } void just() { System.out.println("2nd Test:"); [COLOR="Red"]//class1 c = new class1(); //c.i = 32;[/COLOR] System.out.println("3rd Test:"); } public static void main(String args[]) { class1 e = new class1(); System.out.println("4th Test:"); } }
Hey man I am new to java and coding but I can tell your code is pretty
confusing. Mainly because of the generic variable names. I know you got
more creativity then that :) :) :)Last edited by AcousticBruce; 12-14-2010 at 10:35 AM.
- 12-14-2010, 11:02 AM #6
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
He's simply looking for homework answers (of the cut-n-paste type).
- 12-14-2010, 11:05 AM #7
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
Hmm. lame.
Well at least i got my practice :)
- 12-14-2010, 03:15 PM #8
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
Not a homework assignment
Dear Masjide, or whatever you are,,,,,,
first of all let it make it absolutely clear that this is not a homework assignment, i study in a school and i am just 16 now and bcz of my passion in java and interest in java i am studying it i am studying all possible ebooks, getting into more and more forums so that i can get more..................
otherwise at this age student are mad abt giving the entrance exams like SAT but i DON"T ,,,,,,...........
and for your kind information they do not give us any homework in school especially of that kind. i haven't studied abt the recursive nature of java in school, nor abt multithreading etc. i was asking bcz it interests me and i like JAVA,......................
Java Code:int i=0; while(i=0){ System.out.println("i need answers , not your comments ! UNDERSTAND ?"); }
- 12-14-2010, 03:18 PM #9
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Okay? So you still haven't answered the question. What do you think the problem is (not that I believe any part of that rant)?
- 12-14-2010, 03:20 PM #10
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
Hey Ron, that is no way to win here. If someone made a mistake, oh well, dont take it personal.
BTW I spent a good amount of MY time helping YOU out. Did you not even bother reading my post?
- 12-14-2010, 03:22 PM #11
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
for acoustic
ya i read you post, now i know that it was a stackoverflow in my memory...............
i was sying that to msjide
- 12-14-2010, 03:23 PM #12
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
Similar Threads
-
Can't find error in my program!
By kkGG in forum New To JavaReplies: 2Last Post: 11-10-2010, 05:38 PM -
I need help with an error! Cannot find symbol error!
By ambria1975 in forum New To JavaReplies: 2Last Post: 07-07-2010, 01:37 AM -
Cannot find symbol error
By rajivjoshi in forum New To JavaReplies: 3Last Post: 05-31-2010, 10:13 AM -
'Cannot find symbol' error
By minihazard10 in forum New To JavaReplies: 6Last Post: 10-10-2008, 04:05 AM -
Error: cannot find symbol
By silvia in forum New To JavaReplies: 1Last Post: 08-07-2007, 05:39 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks