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 difference between jdk,jre and jvm?

0 Answers  


We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.

2 Answers  


What are the fileinputstream and fileoutputstream?

0 Answers  


How will you reverse a link list without using recursion?

0 Answers   Global Logic,


What is the use of jtable?

0 Answers  






What is type inference in java8?

0 Answers  


Explain numeric promotion?

0 Answers  


How to restrict a member of a class from inheriting by its sub classes?

0 Answers  


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

0 Answers   Genpact,


What is boolean false?

0 Answers  


Write a function for palindrome and factorial and explain?

0 Answers   Honeywell, Huawei, Zomato,


What is string data type?

0 Answers  


Categories