I was asked to present a project and discuss it
Software Engineer Java Developer Interview Questions
4,198 software engineer java developer interview questions shared by candidates
Its all about java oops concepts....
Test ,L1,L2 with real time problem
Difference between array and collaborations
all the technical aspects, architecture, design, SOLID standards, design patterns, handling of tooling and security exceptions, Sonar way standards, OOP, code review, it's not a classic technical maintenance, that's really all
Multithreading concept,oops,2 coding questions, like ascending order, palindrome
what is oops ? what is multithreading? make thread? what is collections?
Program for Reverse string without using inbuild function
What will be the output of the following program ? class Parent { public void display () { System.out.println ("Parent"); } } class Child extends Parent { public void display () { System.out.println ("Child"); } } class Main { public static void doDisplay (Parent p) { p.display (); } public static void main (String[]args) { Parent a = new Parent (); Parent b = new Child (); Child c = new Child (); doDisplay (a); doDisplay (b); doDisplay (c); } }
Viewing 2951 - 2960 interview questions