Answer Posted / raj singh
There r 2 type of class in java , first is pre-define class( which r define in advance for diff. Purpose like String, StringBuffered ,Applet class. Some Of these classes stored in packages...) and other is user-define class ( which r define by the user for its usage's.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What does %d do in java?
How to handle a web browser resize operation?
What is an off by one error in java?
Is java map thread safe?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Difference between static and dynamic class loading.
What is a prefix function.write down a code to compute prefix function.
Why char array is preferred over string for storing password?
Can you override static methods?
Explain what is Marker interface?
How do you sort data in java?
What are default methods ?
How to implement an arraylist in java?
Where and how can you use a private constructor?
What is a class in java?