Explain the Propertie sof class?
No Answer is Posted For this Question
Be the First to Post Answer
What is byte value?
How do you declare a string variable?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
How do you define a singleton class?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is the difference between compile-time polymorphism and runtime polymorphism?
When should a function throw an exception?
0 Answers Thomson Reuters, Virtusa,
when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..
Give an example of use of pointers in java class.
Can a class be final?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Is null or empty java?