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 |
What isan abstract class and when do you use it?
In a container there are 5 components. I want to display all the component names, how will you do that?
Mention a package that is used for linked list class in java.
What is 32 bit float?
what is Hashmap & Hashtable wirh example?
what is the difference between sleep() and Wait()?
how can i connect to database in a applet ?
Why we used break and continue statement in java?
What is the definition of tree ?
difference between jsp and java script?
What are the names of Component subclasses that support painting?
Can we place the any object to key attribute of HashMap<key,value>?