can we write a program with out a class in core java?
Answer Posted / arjun
Noo way, every program should be write within class only
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is ‘has a’’ relationship in java?
String class is defined under which package in java?
How many bytes is 255 characters?
What is array size in java?
What is the significance of continue jump statement? Explain with an example.
Can we use string in switch case in java?
Why does java have two ways to create child threads? Which way is better?
What happens if an exception is throws from an object's destructor?
In how many ways we can create threads in java?
How many types of voids are there?
What is implicit object in java?
Can we nested try statements in java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is methods in java?
What is the use of protected in java?