What is the difference between throw and throws in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
how to accept integer array in java
what is hashmap& hashtable with example?
How can you share data between two thread in Java?
What is stack example?
What is %d in printf?
what is platform independence in java?
Explain notify() method of object class ?
suppose string s1="rajnish"; string s2="bhaskar"; then what will be happend ?
Is binary a low level language?
What is literal example?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))