What are the concepts every Java programmer must know?

Asked by Last Modified  

3 Answers

Learn Java

Follow 1
Answer

Please enter your answer

C language Faculty (online Classes )

An important concept in Java is OOP, which stands for object-oriented programming. Java is an OOP language, which means that it emphasizes data more than it does functions. OOP programming languages revolve around objects. This object bundles up data and the methods that operate on this data in one...
read more
An important concept in Java isOOP, which stands for object-oriented programming. Java is an OOP language, which means that it emphasizes data more than it does functions. OOP programming languages revolve around objects. This object bundles up data and the methods that operate on this data in one unit. read less
Comments

Software graduate from Mumbai university with 4+years of teaching experience

OOP ie object oriented programming
Comments

Senior Software Engineer with passion to teach.

The most important concepts, in sequence, are :- 1. Class elements ( Variables, Methods, Constructor, Instance-block, Static-block) 2. Oops (A-PIE : Abstraction, Polymorphism, Inheritance, Encapsulation ) 3. Access modifiers ( public, private, protected, default ) 4. final and static keyword (...
read more
The most important concepts, in sequence, are :- 1. Class elements ( Variables, Methods, Constructor, Instance-block, Static-block) 2. Oops (A-PIE : Abstraction, Polymorphism, Inheritance, Encapsulation ) 3. Access modifiers ( public, private, protected, default ) 4. final and static keyword (at variable, method and class level ) 5. String Manipulation ( String.class, StringBufffer.class, StringBuilder.class) 6. Interface ( with use of abstract keyword and strategy design pattern ) Advance topics 1. Exception Handling ( throw vs thowss, try-catch-finally, custom exceptions ) 2. Multithreading ( synchornized method and block, Lock, Latch, Barrier, Semaphore, thread states, thread creation using lamda, CompletableFutures, Executors ) 3. Collection (List, Set, Map, Comparable, Comparator, Iterator ) 4. Streams read less
Comments

View 1 more Answers

Related Questions

I want to know what are the differences between runnable and thread class implementation except they are class and interface and how to decide which is better at what time ...
Thread vs. Runnable in Java 1) Java doesn't support multiple inheritance, which means you can only extend one class in Java so once you extended Thread class you lost your chance and can not extend...
Ankit Garg
What is a singleton class and when do you use it?
Singleton class have a private constructor. while we can't create an object from outside of class, we can create an object only once.
Prakash
How can I learn Java from home?
Hi Divya, There are several ways to learn Java from home. 1. You can find trainer on UrbanPro. 2. You can find free resources available online like youtube or javaranch, stackoverflow 3.You can connect...
Divya
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Amazon written test for experience
For the below written test answer I defined with "*" at the end of the options NULL is the same as 0 for integer the same as blank for character * the same as 0 for integer and blank for character the...

Core Java
Introduction: An Object Oriented Programming Language consists of Objects. There are object oriented programming languages like Smalltalk, C++. Each and every OOP language has some underlying disadvantages....

Java8 Filters and collectors
Lets say we have collection of strings and we would like to filter (remove) out certain strings from collection. We could achive the same in java 7 and earlier versions import java.util.ArrayList; import...

Android : Application Launch time improvements.
For any standard android application, below 3 components play important roles to show 1st interface to user, so that he/she can interact with the app. 1. Custom Application class : Intialize the components...

How can everyone prepare to clear any Java interview?
Java interview your java should be much strong then J2EE. core java and Advance java is the basic foundation for Interview. Some of the topic about which you should know before going for a java interview...

Recommended Articles

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you