- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Object class in Java
Object class is the root class of every class in Java. It contains certain common methods which are applicable to all objects of java. It is used primarily when we don't know the type of object we are using. Being a parent class, we can use reference of Object class to point to object of any class.
- Related Articles
- Object class in java programming
- Object and class in Java
- Method of Object class in Java
- Get class from an object in Java
- What is the object class in Java?
- Difference between Object and Class in Java
- Java Object Creation of Inherited Class
- Get super class of an object in Java
- Why Object class is the super class for all classes in Java?
- Listing the Modifiers of a Class Object in Java
- Does JVM creates object of Main class in Java?
- Object level lock vs Class level lock in Java?
- How to create an object from class in Java?
- How static class Object is created without reference of outer class in java?
- Can super class reference variable hold sub class's object in java?

Advertisements