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
Detail discussions on JVM, memory management and garbage collector.
What is the difference between Java and C++?
What does the “final” keyword mean in front of a variable? A method? A class?
Explain the importance of throwable class and its methods?
What do you mean by scope of variable?
Can this keyword be used to refer static members?
What does || || mean in math?
Is static a keyword in java?
Can a boolean be null java?
How is final different from finally and finalize?
How do you read a char in java?
Write a program to find maximum and minimum number in array?
Why is the type for real numbers called double?
I want to persist data of objects for later use. What is the best approach to do so?
What is the difference between call by reference and call by pointer?