can we write a program with out a class in core java?
Answer Posted / karthik
yes we can write using interface
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is formatted output?
What is the lifetime and scope of a variable?
Can we declare a static variable inside a method?
What is the primitive type byte?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What happens if constructor is private?
Describe the various concepts related to object oriented programming (oop).
Is java programming easy?
What happens if an exception is throws from an object's constructor?
Can we serialize arraylist in java?
can I implement my own start() method? : Java thread
How to compare two strings in java program?
What is a line break?
What is 32 bit float?
What is function and its uses?