
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- Object and class in Java
- Object class in java programming
- Method of Object class in Java
- Java Object Creation of Inherited Class
- What is the object class in Java?
- Difference between Object and Class in Java
- Get class from an object in Java
- Get super class of an object in Java
- Why Object class is the super class for all classes in Java?
- How to create an object from class in Java?
- Does JVM creates object of Main class in Java?
- Listing the Modifiers of a Class Object in Java
- Object level lock vs Class level lock 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