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

Is java a frontend or a middleware technology or both?
java is middleware technology.Java is common languages for writing the part that could be viewed as the glue between the UI and the data.
Neha
0 0
5
Should we learn DBMS and RDBMS without any Java training?
java or i can say any programming language is not required to learn DBMS or RDBMS
Karthik
0 0
6
Does Java support pointers?
Yes and no. . The pointer model is of course supported by Java. But it has become much easier to the developer to handle it. Because Java exposes the concept of pointer in terms of reference variables...
Santosh
0 0
7
Why string objects are immutable?
Strings are immutable once created cannot be changed and hence cannot be eliminated but string builders are mutable.
Sujatha
Is it good to go for a Java coaching center and learn Java (with advanced Java) to improve my programming skills?
yes, Please check the Institute reviews and discuss with the tutor, what topics were covered in class. Ask about the practicals session and how many hours/duration of the course.
Gerda
0 0
5

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

Ask a Question

Related Lessons

How to create Rest web services in Java
Web services are web application components that lets two different applications to communicate over the network.Let if an application which in written java provides web services can be communicated through...

Java Collection
Collection: The collection provides an architecture like a list where we can store and manipulate the group of items. Through Collections, we can achieve operations such as searching, sorting, insertion,...
V

Vinaykumar D.

0 0
0

Mastering in Java Programming
Core java topics What is Java?Execution Model Of JavaBytecodeHow to Get Java?A First Java ProgramCompiling and Interpreting ApplicationsThe JDK Directory StructureUsing Eclipse Data types and Variables What...

doWhile example in Java
public class doWhilePracticleEx { public void test() { } public static void main(String args) { String q1 = "Who is PM of India?"; String a1 = "Sonia Gandhi"; String a2 = "Rahul Gandhi"; String a3...
S

Sarthak C.

0 0
0

Example of DependsOnMethod in TestNG
public class dependsonM { @Test public void login() { System.out.println("login"); } @Test (dependsOnMethods = {"login"}) public void email() { //Intentionally I am failing this testcase Assert.assertTrue(false);...
S

Sarthak C.

0 0
0

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