What are voids?
No Answer is Posted For this Question
Be the First to Post Answer
Can a main method be declared final?
Where is singleton pattern used?
What’s a deadlock?
I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?
Can an object be null?
What is the Layout for ToolBar?
What do you mean by aggregation?
What are the types of relation?
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
Can a class be a super class and a sub-class at the same time? Give example.
How can we make sure main() is the last thread to finish in java program?