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 rmi and steps involved in developing an rmi object?
Can we override private method?
What is difference between equals and hashcode method?
What is a generic type?
What is array command?
What are the 6 mandatory procedures for iso 9001?
What is the purpose of static methods and variables?
What 5 doubled?
Which is easier .net or java?
Write a java program to print fibonacci series?
what is daemon thread and which method is used to create the daemon thread? : Java thread
Write a program to search a number in the given list of numbers.
What is singleton pattern?
What are the escape sequences in java?
What is finalize()? Is finalize() similar to a destructor?