Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Core Java Interview Questions and Answers

Test your skills through the online practice test: Core Java Quiz Online Practice Test

Ques 96. Can a abstract method have the static qualifier?

No

Is it helpful? Add Comment View Comments
 

Ques 97. What are the different types of qualifier and what is the default qualifier?

Is it helpful? Add Comment View Comments
 

Ques 98. Can an Interface be final?

No

Is it helpful? Add Comment View Comments
 

Ques 99. Can we define private and protected modifiers for variables in interfaces?

No

Is it helpful? Add Comment View Comments
 

Ques 100. What is a local, member and a class variable?

Variables declared within a method are 'local' variables. Variables declared within the class i.e not within any methods are 'member' variables (global variables). Variables declared within the class i.e not within any methods and are defined as 'static' are class variables.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook