What is the class in java?
Answer / Kishore
"In Java, a class is a blueprint or template for creating objects. It defines the structure and behavior of those objects by declaring variables (fields) and methods that operate on those variables. Each object created from a class is an instance of that class, sharing its data structure and behavior."
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the use of thread?Justify it by project point of view
Can we restart a thread already started in java?
What is passing value java?
Explain the polymorphism principle?
what is domain object
What is a instance variable?
What is data type modifier?
What is the difference between Error, defect,fault, failure and mistake?
What is difference between array and vector?
What is a deadlock ?
What is operator overloading. Is it is supported in java?
What does snprintf return?