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
Can we use string in the switch case?
Can I learn java in 3 months?
What about static nested classes in java?
How many types of threads are there in java?
Is arraylist dynamic in java?
Can you call a method on a null object?
How do you achieve polymorphism in java?
What do you mean by ternary operator in java?
what is enumset?
What are thread priorities and importance of thread priorities in java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Is empty list java?
Can classes declared using the abstract keyword cab be instantiated?
Describe what happens when an object is created in java ?
What is a void method?