What modifiers are used with a top level class?

Answers were Sorted based on User's Feedback



What modifiers are used with a top level class?..

Answer / ranganathkini

The modifiers for a top-leve class are:

public
abstract
final
strictfp

Is This Answer Correct ?    5 Yes 2 No

What modifiers are used with a top level class?..

Answer / ravikiran

public or default

Is This Answer Correct ?    3 Yes 0 No

What modifiers are used with a top level class?..

Answer / bhushan

public,
private

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

what is collatration?

0 Answers  


Discuss different types of errors that generally occur while programming.

0 Answers   Amdocs,


Difference between arraylist and vector.

0 Answers  


What is an empty list in java?

0 Answers  


What is an eror in java?

0 Answers  






What is the intersection and union methods?

0 Answers  


How to do encapsulation in java?

0 Answers  


What is the difference between Java and C++?

0 Answers   Integreon, TCS, ZS Associates,


Can we have try block without catch block?

0 Answers  


Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

0 Answers  


What is a Wrapper class?

14 Answers  


Can we override compareto method?

0 Answers  


Categories