Answer Posted / saravana kumar.s
class is a template for attribute and operation of an objects.
object is a instance of class .
object is use to calling class
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are instance variables?
What are static methods?
What is the += operator called?
What state is a thread in when it is executing?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is pre increment and post increment in java?
State the merge-sort principle and its time complexity.
What does string intern() method do?
Write a java program that prints all the values given at command-line.
What are the Main functions of Java?
What is keyword and identifier?
how to deploy apache tomcat server to weblogic server in java
What is functional interface in java?
What is the size of boolean variable?
How do you generate random numbers in java?