Can we declare a class as static?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the difference between Resultset and Rowset.

6 Answers   IBM, Wipro,


Explain about oops concepts.

0 Answers   Aditi Placement Service,


How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?

1 Answers  


How to access a method that it declared as protected?

3 Answers  


What are the similarities between an array and an ArrayList?

3 Answers  






How variables are declared?

0 Answers  


Can we restart a dead thread in java?

0 Answers  


What is the base class in java from which all classes are derived?

0 Answers  


What is a double vs float?

0 Answers  


What is integers and example?

0 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What is the multi-catch block in java?

0 Answers  


Categories