Java Support Analyst Interview Questions

30,841 java support analyst interview questions shared by candidates

what is the output public class Barclays { static class A{ A(){ f(); } public void f(){ System.out.println("A ctor"); } } static class B extends A{ B(){ f(); } public void f(){ System.out.println("B ctor"); } } public static void main(String[] args) { B b = new B(); b.f(); A a = new A(); a.f(); } }
avatar

Java Programmer

Interviewed at Barclays

4
Jan 15, 2010

what is the output public class Barclays { static class A{ A(){ f(); } public void f(){ System.out.println("A ctor"); } } static class B extends A{ B(){ f(); } public void f(){ System.out.println("B ctor"); } } public static void main(String[] args) { B b = new B(); b.f(); A a = new A(); a.f(); } }

1. Java 8 questions 2. Overloading, overriding 3. Exception 4. Internal working of java 8 stream api 5. Java 8 date & time que and internal working Overall easy questions, basic core java interview questions Client interview - hashmap , linked hashmap internal working
avatar

Senior Java Developer

Interviewed at Capgemini

4.1
Nov 17, 2020

1. Java 8 questions 2. Overloading, overriding 3. Exception 4. Internal working of java 8 stream api 5. Java 8 date & time que and internal working Overall easy questions, basic core java interview questions Client interview - hashmap , linked hashmap internal working

Viewing 351 - 360 interview questions

Glassdoor has 30,841 interview questions and reports from Java support analyst interviews. Prepare for your interview. Get hired. Love your job.