Give pseudo code solution dealing with a 2D array (Contiguous Islands Leet Code question).
Junior Java Developer Interviews
Junior Java Developer Interview Questions
"Junior developers are often responsible for writing the more monotonous and simple code required by senior members of the development team. Because of this, interviews will be designed to test your knowledge of the fundamentals of Java so be prepared to answer technical questions that you likely came across in college. Data structures and algorithms will be heavily emphasised. A bachelor's degree or equivalent work experience is required. "
3,798 junior java developer interview questions shared by candidates
If you were describing to a relative what you do as job here, what would you say?
2. Why is Java not a pure object oriented language? Java supports primitive data types - byte, boolean, char, short, int, float, long, and double and hence it is not a pure object oriented language. 3. Difference between Heap and Stack Memory in java. And how java utilizes this. Stack memory is the portion of memory that was assigned to every individual program. And it was fixed. On the other hand, Heap memory is the portion that was not allocated to the java program but it will be available for use by the java program when it is required, mostly during the runtime of the program.
What is inheritance?
Having two ordered arrays, how efficiently put them in a large one.
What is polymorphism?
What does the static keyword do?
Program to merge 3 arrays into 1 array.
OSI LAYER
What do you mean by polymorphism?
Viewing 3671 - 3680 interview questions