CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Sep 2016
    Location
    Bhopal , Madhya pradesh
    Posts
    15

    Here Is Top 10 Java Interview Questions

    1) Why is Java termed as platform independent?
    2.What is JDK and what do you mean by JRE?
    3.List the data types supported by Java?
    4.What is static?
    5.Explain the concepts of Unboxing and Autoboxing?
    6.Explain function over loading and over riding in Java?
    7.What are constructors?
    8.How is exception handling done in Java?
    9.Explain FileInputStream and FileOutputStream?
    10.What do you mean by an abstract class?

  2. #2
    Join Date
    Aug 2016
    Posts
    23

    Re: Here Is Top 10 Java Interview Questions

    Following are some additional core interview questions that are asked by the companies:
    1. Can you override a private or static method in Java?
    2. Does Java support multiple inheritances?
    3. What is a static method?
    4. What is OOP?
    5. What is an Object in OOP?
    6. Can you access a non-static variable in the static context?
    7. What is the difference between Errors, Unchecked Exception and Checked Exception?
    8. What is static keyword?
    Claire

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured