Java Developer Intern Interview Questions

26,890 java developer intern interview questions shared by candidates

1.Written or Telephonic (Core Java ) 2.Technical ( Project Work Flow , Agile Process , Some Programs, Responsibility, Java FrameWork Questions, oops) 3. HR and Manager (Be Positive and Ans them, They will ask different Questions To know about You and Your Work Culture some simple Technical Questions as Well. )
avatar

Software Engineer(Java )

Interviewed at Kewill

3
Jan 4, 2016

1.Written or Telephonic (Core Java ) 2.Technical ( Project Work Flow , Agile Process , Some Programs, Responsibility, Java FrameWork Questions, oops) 3. HR and Manager (Be Positive and Ans them, They will ask different Questions To know about You and Your Work Culture some simple Technical Questions as Well. )

1. Output of:- public class Recursion { public int abc(int x){ if (x > 30) return x; System.out.println(x); x=x+abc(x+10); System.out.println(x); return x; } public static void main(String[] args) { new Recursion().abc(6); } } 2. Some question on Locker 3. Some question on brackets (){}[]. I attempted starting 2. 1st one was correct. 2nd one was having run time error when i checked at my place. Got rejected in the coding test but any ways it was a good experience.
avatar

Java Developer

Interviewed at OnMobile

3.6
Feb 9, 2017

1. Output of:- public class Recursion { public int abc(int x){ if (x > 30) return x; System.out.println(x); x=x+abc(x+10); System.out.println(x); return x; } public static void main(String[] args) { new Recursion().abc(6); } } 2. Some question on Locker 3. Some question on brackets (){}[]. I attempted starting 2. 1st one was correct. 2nd one was having run time error when i checked at my place. Got rejected in the coding test but any ways it was a good experience.

Viewing 551 - 560 interview questions

Glassdoor has 26,890 interview questions and reports from Java developer intern interviews. Prepare for your interview. Get hired. Love your job.