What are some of the tough Java questions you were asked in an interview?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

It is quite natural to prepare for tough questions even if you do not expect it. Being prepared for tough and important questions gives you a sense of confidence and helps you answer your interview questions with ease. On the contrary, if you come unprepared, then the interview might make you feel nervous...
read more
It is quite natural to prepare for tough questions even if you do not expect it. Being prepared for tough and important questions gives you a sense of confidence and helps you answer your interview questions with ease. On the contrary, if you come unprepared, then the interview might make you feel nervous and make you tense up on answers you already know. In fact, the definition of a tough question is not established. What may be tough to me, may not essentially appear to be as challenging to you. Hence, you can prepare a list of important questions which you feel is tough for the interview to carry on with ease. Mentioned below are some tough questions that most students find challenging: Define Local variable and Instance variable? Ans: Local variables is the method and scope of the variables that have existed inside the method itself. An instance variable is used to explain inside the class but outside the method and scope of variables that exist throughout the class. What is Polymorphism? Ans: Polymorphism means many forms. A single object can refer to the superclass or subclass depending on the reference type which is called polymorphism. What is meant by Method Overriding? Ans: Method overriding happens if the subclass method satisfies the below conditions with the Superclass method: Method name should be the same The argument should be the same Return type also should be the same The key benefit of overriding is that the Subclass can provide some specific information about that subclass type than the superclass. What is meant by Overloading? Ans: Method overloading happens for different classes or within the same class. For method overloading, the subclass method should satisfy the below conditions with the Superclass method (or) methods in the same class itself: Same method name Different argument type May have different return types read less
Comments

Related Questions

What is meant by Java full stack and angular Java?

Fullstack development means the combination of UI technologies (client-side) + Backend technology (server-side). UI technology like Angular or ReactJs (Front end technologies). It's all about client-side...
Anuradha
What's Java's most used IDE?
As per Dzone's recent survey, The Eclipse IDE remains the most popular place for Java developers to primarily write their code, though it saw a 7% decrease from last year’s survey results (50% in 2016...
Ritu
0 0
7
How can I execute a Java program?
Through command-line 1.compile the code using javac filename.java 2. Finally run the code using java filename here filename is classname. If u use eclipse then right click the java code n select run as java application .
Suresh
0 0
5

I am a fresher and I want to become a Java developer, so what is necessary to crack the Java interview ? 

Hi Dipesh, understand that Java is a kind of ocean. It is vast. For interview preparation, you can brush up your Core Java Concepts and OOPs concepts and understand how JAVA works and learn the java features...
Dipesh
Can u explain init() method is used in servlet for initialization then constructor also there for initializing variables.then what makes the difference between init() and default constructor in servlets?
Using init() only advisable than default constructor because we cannot initialize servlet using constructor because servlets are not directly instantiated by javacode, instead container create instance...
Anwar

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

What Is Applet & Its Life Cycle?
What is Applet & its life cycle?Applet is a Java programme that can be embedded into HTML page.Java Applet runs on the java enables web browsers such as Mozilla & Internet Explorer.Applets are...
I

ICreative Solution

0 0
0

Java Achieve (JAR)
Java Archieve is a binary form to bundle a Java library which equivalent to zip file. It contains .class files, .properties, .jpeg, OR any supporting files to execute this library. For Example- junit.jar,...

Java 8 Predicates
In the previous lession, we have learnt how to use filters and collectors. In filter we have passed the condition to evaluate whether the object is eligible to be filtered or not. Code given below for...

Software Testing
Software testing is a process of executing a program or application with the intent of finding the software bugs. It can also be stated as the process of validating and verifying that a software program...

SWITCH STATEMENT IN JAVA
switch statement - condition statement - only once the checking takes place so we recommend use break statement. switch(condition/variable/choice){case 1: //statements break;case 2: // statements break;case...

Recommended Articles

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you