can we write a program with out a class in core java?
Answer Posted / juned
yes,It is possible by using enum(which is a predefine class)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a class component?
What is meant by class loader? How many types are there? When will we use them?
What is factor r?
Does java list allow null?
Is Constructor possible in abstract class in java ?
How do you use equal in java?
What is the point of java?
What is hashset in java?
What are the different types of inner classes?
what is predefined function in java?
Are static members inherited to sub classes?
What is isa relationship?
Is zero a natural number?
Difference between string s= new string (); and string s = "abv";?
Does A Class Inherit The Constructors Of Its Superclass?