Difference between object and reference?


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

Post New Answer

More Core Java Interview Questions

I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

0 Answers  


What is xslt in java?

0 Answers  


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


What is difference between checked and unchecked exception in java?

0 Answers  


Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.

4 Answers  






What is the advantage of preparedstatement over statement?

0 Answers  


What are generic methods?

0 Answers  


What does it mean to flush a file?

0 Answers  


Explain about interthread communication and how it takes place in java?

0 Answers  


What is the reason that multiple inheritance is not possible in java??

1 Answers  


What is character in data type?

0 Answers  


What is the difference between an object-oriented programming language and object-based programming language?

0 Answers  


Categories