What is object in java?



What is object in java?..

Answer / Karuna Shanker Dixit

An Object in Java is an instance of a class. It represents the real-world entities by associating data and behaviors with them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a stringbuilder?

1 Answers  


Can we have try block without catch block?

1 Answers  


What is hypertext?

1 Answers  


What is java virtual machine? Explain

1 Answers  


Explain the reason behind ending a program with a system.exit(0)?

1 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

1 Answers   Google,


what is check p object in java

1 Answers   TCS,


Why all programming languages have main as a execution starting point?

4 Answers  


Why are the methods of the math class static?

1 Answers  


How we can skip finally block of exception even if some exception occurs in the exception block in java?

1 Answers  


What is hashing principle in java?

1 Answers  


What is used of static keyword in java?

1 Answers   Cyient,


Categories