what is difference between class and object?
Answer Posted / revansiddappa p.h.
Class:
Is another kind of data type in oops like structure.
It is static in nature during program execution.
Object:
It is like variable of type class for accessing member
variables and methods.
Objects are dynamic in nature during program execution.
Can be constructed and destroyed.
| Is This Answer Correct ? | 44 Yes | 14 No |
Post New Answer View All Answers
Explain spliterator in java8?
What does yield method of the thread class do?
What is instance example?
Is cout buffered?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What is the program development process?
Write a program in java to establish a connection between client and server?
What are thread priorities and importance of thread priorities in java?
Is treeset sorted in java?
How do you access command-line arguments within the code?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is internal iteration in java se 8?
How do you achieve singleton?
What is java instanceof operator?
What are thread groups?