What are class types in java?



What are class types in java?..

Answer / Amita Yadav

In Java, a class is a blueprint for creating objects. It defines a set of properties and methods that are common to all objects of the same kind. For example: public class MyClass {nt// properties and methods go heren}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we override static methods?

18 Answers   Bally Technologies,


Which java.util classes and interfaces support event handling?

2 Answers  


What is the difference between throw and throws in java?

1 Answers  


What is a copy constructor in java?

1 Answers   Amazon,


what is polymorphism with example?types of polymorphism?

15 Answers   HP, Sigma Solve,


How to decrease number of hashings in has

1 Answers  


How many types of flags are there?

1 Answers  


What is the meaning of flag day?

1 Answers  


What are null interfaces in JAVA ? and give me some examples?

5 Answers  


Tell me the Importent classes in net package?

1 Answers  


How can you debug the Java code?

6 Answers   BirlaSoft,


Can we override protected method in java?

1 Answers  


Categories