Basic Core Java Concepts
Wednesday, May 24, 2006
while (false) cannot be written
while (false) {}
The above code will never compile. It will throw an compiler exception that code cannot be reached.
posted by sandeep_jayesh @
4:41 PM
0 comments
0 Comments:
Post a Comment
<< Home
About Me
Name:
sandeep_jayesh
View my complete profile
Previous Posts
Overloading & Overridding
String comparison
Garbage Collector
why an abstract method can't be private ???
type cannot be deferenced
Anonymous Class
While Declaring variables
Constructors
Final Variable
Static Inner Class
0 Comments:
Post a Comment
<< Home