What is method with example?
No Answer is Posted For this Question
Be the First to Post Answer
Can an exception be rethrown?
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[]))
What are keywords in programming?
Is minecraft 1.15 out?
Why do we need data structure in java?
whays is mean by inner class?
What is a loop java?
What is the difference between variable declaration and variable initialization?
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 the basic difference between string and stringbuffer object?
what is an object and how do you allocate memory to it?
posted in online test