What is canonical name in java?



What is canonical name in java?..

Answer / Muskan Upadhyay

In Java, a canonical name refers to the fully qualified name of a class or interface. It includes the package name and the simple class name separated by a dot (.). Canonical names are used for unambiguous identification and resolution of classes during compilation and runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What isan abstract class and when do you use it?

2 Answers   Genpact,


In a container there are 5 components. I want to display all the component names, how will you do that?

1 Answers  


Mention a package that is used for linked list class in java.

1 Answers  


What is 32 bit float?

1 Answers  


what is Hashmap & Hashtable wirh example?

5 Answers   CTS, Saksoft,


what is the difference between sleep() and Wait()?

10 Answers   Accenture, Amdocs,


how can i connect to database in a applet ?

1 Answers  


Why we used break and continue statement in java?

1 Answers  


What is the definition of tree ?

1 Answers   Amazon,


difference between jsp and java script?

3 Answers  


What are the names of Component subclasses that support painting?

1 Answers  


Can we place the any object to key attribute of HashMap<key,value>?

4 Answers   HCL,


Categories