can we write a program with out a class in core java?

Answers were Sorted based on User's Feedback



can we write a program with out a class in core java?..

Answer / arjun

Noo way, every program should be write within class only

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is the purpose of static methods and static variables?

0 Answers  


How to restrict a member of a class from inheriting by its sub classes?

0 Answers  


what is heap memory?

0 Answers   Tavant Technologies, Zensar,


what is Hashmap & Hashtable wirh example?

5 Answers   CTS, Saksoft,


What is Transient and volatile

10 Answers   iFlex,






How do you calculate roots in java?

0 Answers  


where final and static variable stored?

3 Answers  


What is the difference between serializable and externalizable interfaces?

0 Answers  


How do singleton patterns work?

0 Answers  


How do I convert a string to an int in java?

0 Answers  


suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible

6 Answers   HP, Wipro,


Is java supports multiple inheritance? explain?

12 Answers   BUET, Inforica,


Categories