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 is the default size of set in java?
What's the access scope of protected access specifier?
Can java cast null?
Is nullpointerexception checked or unchecked?
What is the use of isempty in java?
Differentiate between a constructor and a method? Can we mark constructors final?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is function and method in java?
What are the Class Libraries ?
How are variables stored?
Is overriding possible in java?
What is the declaration statement?
What is a method type?
Is the milky way in a void?