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

When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

0 Answers  


In java how do we copy objects?

0 Answers  


If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?

8 Answers   Infosys, Synechron,


what is Vector class?

2 Answers  


Can you call a method on a null object?

0 Answers  






Can constructor be synchronized?

0 Answers  


Who found java?

0 Answers  


How would you convert bytes to string?

0 Answers  


Why is core java important?

0 Answers  


whats the life cycle of jsp

15 Answers   Satyam,


What are the kinds of polymorphism?

0 Answers  


What is the default value of byte datatype in java?

0 Answers  


Categories