What is an class?
Answer / Kalpana
In Java, a class is a blueprint for creating objects (also known as instances). It defines the properties and behaviors that the objects created from it will have.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is ++ operator is thread safe in java?
what is the JNDI?
Tell me are there implementations for sorting and searching in the java libarary?
What is not object oriented programming?
How are observer and observable used in java programming?
What will be the output of round(3.7) and ceil(3.7)?
Name the method of a Container that can be used to cause a container to be laid out and redisplayed?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
what do you understand by synchronization? : Java thread
What is the purpose of static methods and static variables?
what are the new features available in java 1.5 version?
3 Answers Accenture, Features, Motorola,
What is the difference between interface & abstract class?