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
Explain the scope of a variable.
Explain about interthread communication and how it takes place in java?
How does sublist works in java?
What is static data type in java?
Can I extend singleton class in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
How to compare strings in java?
What does those terms actually mean included in the j.d.k i.6?
Does chrome use java?
Explain about features of local inner class?
What are different types of control structures?
What’s a deadlock?
what is the difference between preemptive scheduling and time slicing? : Java thread
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Is java a prime method?