What is the name of JIT compiler used in J2SE platform? How can i find it ? - by subran What is the name of JIT compiler used in J2SE platform? How can i find it ? Read the article
how to prevent a method from overloading in java? - by subran overriding a method can be prevented by using the keyword 'final', likewise how to prevent overloading? Read the article
what is the use of inner classes in java ? is nested classes and inner classes are same? - by subran what is the use of inner classes in java ? is nested classes and inner classes are same? Read the article
Does the main method belong to any class? - by subran Does the main method belong to any class? Read the article
what is the difference between StringBuilder and Stringbuffer? - by subran what is the difference between StringBuilder and Stringbuffer? Read the article
Is multi-threading a property of a language (like java) or a property of OS? - by subran Is multi-threading a property of a language (like java) or a property of OS? Read the article
In java are the parameters passed by reference or by value - by subran In java are the parameters passed by reference or by value Read the article
What is the diff. between a thread/process/task? - by subran What is the diff. between a thread/process/task? Read the article
Can the main( ) method be specified as private or protected? - by subran Can the main() method be specified as private or protected? Will it compile? Will it run? Read the article
Is it possible to have a private class? - by subran Is it possible to have a private class? Read the article
how to set the classpath using a java program without setting it form command line? - by subran how to set the classpath using a java program without setting it form command line? Read the article