Package deal
Entry level Java Programming Interview Questions and Answers
Entry level Java Programming Interview, Java Interview Questions and Answers
[Show more]Entry level Java Programming Interview, Java Interview Questions and Answers
[Show more]What are the main features of Java? 
~ 1. Object-oriented 
2. Simple 
3. Platform Independent 
4. Secured 
5. Robust 
6. Portable 
7. Multithreaded 
8. Distributed 
What are the fundamental principles of OOP? 
~ 1. Inheritance 
2. Abstraction 
3. Polymorphism 
4. Encapsulation 
What is Inheritance...
Preview 2 out of 8 pages
Add to cartWhat are the main features of Java? 
~ 1. Object-oriented 
2. Simple 
3. Platform Independent 
4. Secured 
5. Robust 
6. Portable 
7. Multithreaded 
8. Distributed 
What are the fundamental principles of OOP? 
~ 1. Inheritance 
2. Abstraction 
3. Polymorphism 
4. Encapsulation 
What is Inheritance...
What is the difference between an Interface and an Abstract class? 
~ "An abstract class can have instance methods that implement a default behavior. An 
Interface can only declare constants and instance methods, but cannot implement default 
behavior and all methods are implicitly abstract. An ...
Preview 3 out of 18 pages
Add to cartWhat is the difference between an Interface and an Abstract class? 
~ "An abstract class can have instance methods that implement a default behavior. An 
Interface can only declare constants and instance methods, but cannot implement default 
behavior and all methods are implicitly abstract. An ...
What is a immutable class? 
~ A defined class where state of the object cannot be modified. 
What is the default sorting order in TreeMap? 
~ Natural Ordering 
What is the difference between wait() and sleep() 
~ wait is from the object class, used from synchronized object block until lock is acq...
Preview 4 out of 34 pages
Add to cartWhat is a immutable class? 
~ A defined class where state of the object cannot be modified. 
What is the default sorting order in TreeMap? 
~ Natural Ordering 
What is the difference between wait() and sleep() 
~ wait is from the object class, used from synchronized object block until lock is acq...
How to delete a character in a String 
~ Because Strings in Java are immutable. You'll have to create a new string removing 
the character you don't want. 
String newstr = ring(0, idx) + ring(idx + 1); 
public String removeChar(String str, Integer n) { 
String front = ring(0, n); 
String back = ...
Preview 3 out of 24 pages
Add to cartHow to delete a character in a String 
~ Because Strings in Java are immutable. You'll have to create a new string removing 
the character you don't want. 
String newstr = ring(0, idx) + ring(idx + 1); 
public String removeChar(String str, Integer n) { 
String front = ring(0, n); 
String back = ...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Stuvia is a marketplace, so you are not buying this document from us, but from seller ExamArsenal. Stuvia facilitates payment to the seller.
No, you only buy these notes for $20.29. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
75759 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now