Why pointers are not used in java?


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

Post New Answer

More Core Java Interview Questions

What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

0 Answers   PUCIT,


What restrictions are placed on method overriding in java programming?

0 Answers  


Why do we need hashset in java?

0 Answers  


What does the ‘static’ keyword mean? Is it possible to override private or static method in java?

0 Answers  


What is hash code collision?

0 Answers  






How to convert String into primitive datatype.

6 Answers  


how does multithreading take place on a computer with a single cpu? : Java thread

0 Answers  


What is the difference between length and length() method in java?

0 Answers  


How can you share data between two thread in Java?

0 Answers  


What is currentthread()?

0 Answers  


What is clipping?

2 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


Categories