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 bytecode verifier?
What are the classes of java?
Explain the difference between jdk, jre, and jvm?
Explain an intermediate language?
Why is java architectural neutral?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Is it possible to use string in the switch case?
What are the kinds of polymorphism?
What is map java?
What is args length in java?
What is garbage collector?
Is java based on c?
How an object is serialized in java?
How do you include a string in java?
How to make a non daemon thread as daemon?