Tag: programming languages

Questions Related to programming languages

Classes in Java cannot be made static.

  1. True

  2. False


Correct Option: B

In Static inner classes, the data members and the member functions are by default static.

  1. True

  2. False


Correct Option: B

Annonymous Inner classes are not possible within an Interface.

  1. True

  2. False


Correct Option: B

Classes can be created at the runtime. ie; A class during its execution can create another class at the runtime, give it methods,decide what parameters should go into those methods, which all interfaces it should implement etc...

  1. True

  2. False


Correct Option: A