What is difference between public static and void?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to search a number in the given list of numbers.
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Explain about narrowing conversion in java?
How is abstraction implemented in java ?
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.*; ?
What is a copy constructor in java?
Why Java is not pure Object Oriented language?
What is the preferred size of a component?
What is the default access specifier for variables and methods of a class?
Is age discrete or continuous?
Can you start a thread twice in Java?
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?