What are the core concepts of Java?

Asked by Last Modified  

5 Answers

Learn Java

Follow 0
Answer

Please enter your answer

Tutor

OOPs, Flow control, String Handling, generics, exception, threading, collection, IO, JDBC are some core concepts of Java.
Comments

Trainer

You need to know the following: • Introduction to Java • Guide to install Eclipse and Java • Introduction to OOPS • Data Types and Structure of Class in Java • Access Modifiers in java • Methods and Constructor • Static and This keyword in Java • Inheritance • Polymorphism • Encapsulation • Abstraction • Lists • Sets • Exception...
read more
You need to know the following: • Introduction to Java • Guide to install Eclipse and Java • Introduction to OOPS • Data Types and Structure of Class in Java • Access Modifiers in java • Methods and Constructor • Static and This keyword in Java • Inheritance • Polymorphism • Encapsulation • Abstraction • Lists • Sets • Exception Handling • Input/output (File I/O) JDBC connection read less
Comments

OOPS, Exceptions, Multi threading
Comments

Trainer

The core concepts are as below; Exception Collection PolyMorphism Multithreading Abstraction & Interface You can clear any interview question if you are strong on the above concepts
Comments

I am looking for java faculty job/tutor job

On high level following are the core concept in Core Java • OOPs concept • Knowledge about all java keywords • Exception handling • Multithreading • Inner classes • File handling (I/O) • Collection framework • Date and time handling API • Regular expression in java • String handling • Generics • Internal...
read more
On high level following are the core concept in Core Java • OOPs concept • Knowledge about all java keywords • Exception handling • Multithreading • Inner classes • File handling (I/O) • Collection framework • Date and time handling API • Regular expression in java • String handling • Generics • Internal structure of data structure • Latest java (JDK 1.5, 1.6,1.7 and 1.8) features. • java reflection and there are many more things in core java. read less
Comments

View 3 more Answers

Related Questions

why can't we create an object for abstract class? why wait,notify,notifyall methods were in object class but not in thread class?
The Generalized object can be a abstract class in the sense. Consider we have three object Employee, Manager, and Engineer we can establish the relationship like Manager extends Employee , Engineer extends...
Jilani
What are the requirements of learning Java? How long it takes to learn java and what is the fee structure?
Core java is main to learn, if you join my classes it takes one month to become master.
Ruuchi
When to use transient variables?
To know about transient , first we need to know about serialization concept .serialization makes an object's state persistent . It means that the object is converted into stream and store in a file . For...
Jay

I am a fresher and I want to become a Java developer, so what is necessary to crack the Java interview ? 

Hi Dipesh, understand that Java is a kind of ocean. It is vast. For interview preparation, you can brush up your Core Java Concepts and OOPs concepts and understand how JAVA works and learn the java features...
Dipesh
in java every thing is in the form of object
Everything is object is java except primitive data types like int,long etc..thats the reason its not 100 % object oriented language..
Abrar

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

Ask a Question

Related Lessons

Java : Compile-time Versus Runtime optimization
While designing and development, one should think in terms of compile-time and run-time.It helps in understanding language basics in a better way.Let's understand this with a question below : What...
S

ListIterator Example
public class ListIteratorEx { public static void main(String args) { List<String> li = new ArrayList<String>(); li.add("java1"); li.add("java2"); li.add("java3"); li.add("java4"); ListIterator...
S

Sarthak C.

0 0
0

Fractional Knapsack
Algorithm - Fractional Knapsack import java.util.Scanner; public class Knapsack01 { public static void main(String args) { Scanner scan = new Scanner(System.in); int...

Example of DependsOnMethod in TestNG
public class dependsonM { @Test public void login() { System.out.println("login"); } @Test (dependsOnMethods = {"login"}) public void email() { //Intentionally I am failing this testcase Assert.assertTrue(false);...
S

Sarthak C.

0 0
0

Recommended Articles

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 >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

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