What are possible key words, we can use to declare a class?

Answers were Sorted based on User's Feedback



What are possible key words, we can use to declare a class?..

Answer / javamasque

public, abstract and final

Is This Answer Correct ?    8 Yes 0 No

What are possible key words, we can use to declare a class?..

Answer / ambadas

public final strictfp default abstract

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the difference between interface & abstract class?

0 Answers  


How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)

3 Answers   ProdEx Technologies,


What is JVM and is it platform independent?

0 Answers  


What kind of variables a class can consist of?

0 Answers  


How big is a 64 bit float?

0 Answers  






Difference between a process and a program?

0 Answers   Infosys,


What is the final keyword in java?

0 Answers  


what is instanceof operator used in java?

0 Answers  


Explain the overview of UDP messaging.

0 Answers  


What is classname class in java?

0 Answers  


How to add menushortcut to menu item?

0 Answers  


What is hashmap in java?

0 Answers  


Categories