What is int argc char * argv?
No Answer is Posted For this Question
Be the First to Post Answer
When the constructor of a class is invoked?
Can applet in different page/s communicate with each other?
What is double data type?
what is the difference between yielding and sleeping? : Java thread
Is null function in java?
33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac
What is javac in java?
How do you stop a thread in java?
Can array grow dynamically in java?
what is Dictionary? and what purpose it is used for?
What is boolean query?
What is the main method java?