What is primitive data type in java?
No Answer is Posted For this Question
Be the First to Post Answer
How to find the given number is a prime number or not by getting input from the user
what is overloading and overriding with example?
How will you initialize an Applet?
What is the difference between Byte stream and Charecter Stream?
Write a program to create a binary Tree ?
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
Which programming language is most secure?
Explain oops concepts in detail?
How garbage collection is done in java?
What about abstract classes in java?
What are methods?
Is oracle charging for java?