Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Java Proramming Questions Asked in Interviews

  1. #1
    Junior Member
    Join Date
    Oct 2022
    Location
    Pune
    Posts
    26
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Question Java Proramming Questions Asked in Interviews

    Hey Everyone,
    Hope you all are having a great day.

    A little bit about myself, I am a noob coder and just started my journey in the world of programming. So I had done my internship working as a python developer for quite a few months but want to make a switch to Java. I have been practicing from all sorts of resources available related to interviews. But as they say, you can never be too prepared. So while the role is for a Junior java developer, so from that standpoint...What sorts of questions do they ask beginners?

    Would really appreciate any responses.
    Last edited by Vithika Dutt; October 10th, 2022 at 01:15 AM. Reason: Grammatical Error

  2. #2
    Junior Member
    Join Date
    Dec 2020
    Location
    Gwalior
    Posts
    11
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Java Proramming Questions Asked in Interviews

    Hey Vithika,

    I am also preparing for java interview, You can refer to this source for preparing a java interview - https://www.interviewbit.com/java-pr...iew-questions/

  3. The Following User Says Thank You to adisharma For This Useful Post:

    Vithika Dutt (October 10th, 2022)

  4. #3
    Junior Member
    Join Date
    Jun 2022
    Location
    GB
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Java Proramming Questions Asked in Interviews

    Hi Vithika, hope you are doing well, yes there are many resources available on the Internet from where you can start your Interview Preparations, some of the most asked Java Interview Questions are;

    1: What is Java?
    2: Why Java is Platform Independent Language
    3: What is the difference between Java and C++?
    4: What is the difference between JDK, JRE, and JVM?
    5: What is JIT Compiler?
    6; What do you understand by an instance variable and a local variable?
    7: What do you mean by data encapsulation?
    8: What is constructor overloading?
    9: Is the Empty .java file name a valid source file name?
    10: What is an object-oriented paradigm?

    and many more Interview questions and answers are available on the internet and hope this will help you.

    Thank you

  5. The Following User Says Thank You to lokeshjoshi For This Useful Post:

    Vithika Dutt (November 12th, 2022)

Similar Threads

  1. Interview Question asked to me can somebody help me ! Thanks in advance
    By SHALOK in forum What's Wrong With My Code?
    Replies: 2
    Last Post: January 11th, 2014, 01:37 PM
  2. Question about what can be asked here.
    By mist4lyf in forum Java Theory & Questions
    Replies: 1
    Last Post: April 7th, 2013, 07:35 PM
  3. Java Frequently asked questions
    By lakshmiv92 in forum The Cafe
    Replies: 1
    Last Post: October 19th, 2010, 05:20 AM