What is canonical name in java?


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

Post New Answer

More Core Java Interview Questions

when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.

2 Answers  


What is garbage collector?

0 Answers  


How do you write a scanner class in java?

0 Answers  


What is the difference between abstraction and encapsulation?

0 Answers  


What is use of super keyword in java?

0 Answers  






Explain about global variables in Java?

3 Answers  


Can a private method of a superclass be declared within a subclass?

0 Answers  


What is the difference between && and & in java?

0 Answers  


When arithmeticexception is thrown?

0 Answers  


what is business objects?

2 Answers  


What is the nested interface?

0 Answers  


Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.

2 Answers  


Categories