Core Java Interview questions


Total available count: 646
Subject - Java Technologies
Subsubject - Core Java

When will we use final methods in java?

When we want methods of a class not to be overridden by its sub classes,we use final to the methods.

 




Next 5 interview question(s)

1

What is final class and give  example for final in java?

2

What are the different types of non access modifiers available in java?

3

What is meant by non access modifier in java?

4

What is meant by access modifier in java?

5

Can we shuffle the words public, static and void of main method in java?