Explore
Top Rated Discussions
Most Recent Discussions
Most Recent Activity
Hot Discussions
New User Discussions
Discussions w/ No Response
Help
FAQ
Earnings Program
Community Guidelines
Contact
Sign Up!
Log In
Search
Tagged Discussions
Tagged Responses
Tagged Comments
Tagged All Activity
Users
Full Text Discussions
Full Text Responses
Full Text Comments
Full Text All Activity
X
vinayk154
@vinayk154 (2)
India • Age 35
Joined myLot 15 years ago
All Activity
Discussions (0)
Responses (2)
Comments (0)
Mentions (0)
Likes (0)
Followers (0)
Following (0)
vinayk154's Activity
i am facing a prob while compiling a java prog.
nayanimuralidhar
@nayanimuralidhar
(93)
•
India
8 May 09
it is saying "main" classnot found error:classname all are correct but what is happenning if i write the below code at that time also it says the same error or it says all lines are mistache in prog.tell me what is the...
java
5 responses
vinayk154
try again by removing import statement and also removing throws IOException since it is a simple java prog leave the exception.so d prog u must try is class Hello {public static void main(String [] args) {System.out.println("Hello Java"); } }
13 Jul 09
what is garbage value?
tony_terance
@tony_terance
(219)
•
India
12 Jul 09
I am newbie to Java What is actually garbage value?I am using netbean IDE .
2 responses
vinayk154
Though the Garbage Value concept is, but it never comes for us to define it or use this. It can be said that after a execution of a program end the memory references still persist and the values u supplied for execution of program still rests in memory...
12 Jul 09