Core Java Interview questions


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

Can we use both "this" and "super" keywords in constructor?

 No,constructor can have either 'this' or 'super' keyword but not both. 




Next 5 interview question(s)

1

What is meant by Explicit Constructor Invocation in java?

2

How can we overcome the variable hiding problem in java?

3

What do you know about variable hiding in java?

4

What is this keyword in java or importance of this keyword in java?

5

Can we access clone() method from outside the package in java?