Why java does not support pointers?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the % operator?

2 Answers  


what are the methods in object?

0 Answers   IBS,


Explain importance of inheritance in java?

0 Answers  


Explain the private field modifier?

0 Answers  


Explain enumeration in java?

0 Answers  






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

5 Answers  


Which oo concept is achieved by using overloading and overriding?

0 Answers  


What is gui programming?

0 Answers  


What does string mean in java?

0 Answers  


Why vector is used in java?

0 Answers  


What is data structure in java?

0 Answers  


Is java free for commercial?

0 Answers  


Categories