UrbanPro

Learn Core Java with Top Tutors

What is your location?

Select Country

search

India

Please enter your locality

Back

Core Java

Core Java relates to IT Courses/Java

+ Follow 95,631

Top Tutors who teach Core Java

1
Kavitha Java Training trainer in Chennai Featured
Adambakkam, Chennai
10 yrs of Exp
350per hour
Classes: Java Training, MS Office Software Training and more.

A seasoned computer professional with a remarkable 15-year journey in computer education. Specializing in a diverse range of subjects, including Python,...

2
Seema Chaudhary Java Training trainer in Ghaziabad Featured
Rajendra Nagar Sector 2, Ghaziabad
Verified
18 yrs of Exp
500per hour
Classes: Java Training, Golang and more.

Introduction: Welcome to our comprehensive Java programming course. This course is designed to provide you with a thorough understanding of Java,...

3
Kotha Harika Java Training trainer in Hyderabad Featured
Kondapur, Hyderabad
Verified
12 yrs of Exp
250per hour
Classes: Java Training, Python Training and more.

Will be providing training on java with spring boot and micro services to the pupil across different countries. Given corporate trainings too. Taught...

Do you need help in finding the best teacher matching your requirements?

Post your requirement now
4
Computec Professionals Group Java Training institute in Delhi Featured
Uttam Nagar, Delhi
Classes: Java Training, 3D Studio Max and more.

Computec Professionals Group Delhi Biggest Campus Since 1996 COMPUTEC Professionals Group started on 25th dec 1996 by Mr. Jatinder Soni to impart...

5
Vineet Tiwari Java Training trainer in Hyderabad Featured
SerilingampallyRail Vihar, Hyderabad
5 yrs of Exp
Classes: Java Training, BTech Tuition and more.

...

6
Abhay W. Java Training trainer in Mumbai Featured
Andheri East, Mumbai
Verified
8 yrs of Exp
550per hour
Classes: Java Training, Mobile App Development

Hello , I am a software developer working in MNC as a Team Lead and having more than 7 years of experience in software development. I have worked...

7
Yousuf Baba Shaik Java Training trainer in Hyderabad Featured
HITEC City Phase 2, Hyderabad
Verified
4 yrs of Exp
300per hour
Classes: Java Training, BTech Tuition and more.

A dedicated Java Trainer with 4 years of experience in Java Development. Skilled in core Java, Object-Oriented Programming (OOP), multithreading,...

8
Prasanna Kumar B Java Training trainer in Theni Featured
Seelayampatti, Theni
Verified
4 yrs of Exp
250per hour
Classes: Java Training, Java Script Training and more.

I am a Software Engineer with 4+ years of experience in Node JS, full stack development. I am giving online home tuition since I have a degree in...

9
Sreedhar Reddy Badepalli Java Training trainer in Bangalore Featured
Electronic City, Bangalore
Verified
16 yrs of Exp
500per hour
Classes: Java Training, Angular.JS and more.

I do provide in depth practical training on below topics.With realtime tools and scenarios. 1. Core java (suitable for devops , testing and automation...

10
Indira Colony Rd, Pathankot
Verified
20 yrs of Exp
500per hour
Classes: Java Training, Engineering Diploma Tuition and more.

Lecturer ship at ptu study centre for 5 years, niit for 2 years, hindu college for 1 year, pooja machines it dept head for 1 year, lecturer ship at...

Guitar Classes in your city

Reviews for top Java Training Classes

Average Rating
(4.9)
  • I
    review star review star review star review star review star
    19 Mar, 2013

    Kumar attended Java Training

    "" I have attended JAVA/J2EE training in weekend in i-Noesis Solutions, I found teaching..."

    N
    review star review star review star review star review star
    20 Mar, 2013

    Student attended Java Training

    "he is good at java. I learned good subject from him"

    I
    review star review star review star review star review star
    20 Mar, 2013

    Chiru attended Java Training

    "I have attended JAVA/J2EE training in week days batch in i-Noesis Solutions, Its..."

    I
    review star review star review star review star review star
    26 Mar, 2013

    Basavaraj attended Java Training

    "Its write place to learn the java course in I-Noesis with 100% job placement"

  • I
    review star review star review star review star review star
    26 Mar, 2013

    Piyush attended Java Training

    "Its write place to learn the Corejava,J2EE,Struts,Hibernate and Spring courses with..."

    I
    review star review star review star review star review star
    26 Mar, 2013

    Ananga attended Java Training

    "Only place in Bangalore to offer in depth training on all latest J2EE technologies & live project."

    V
    review star review star review star review star review star
    17 Apr, 2013

    Vishal attended Java Training

    "VijayaLakshmi mam is a natural trainer. All it takes is one session for you to realize..."

    S
    review star review star review star review star review star
    14 Jun, 2013

    Shobha attended Java Training

    "I had taken his help for tutoring my 9th standard studying daughter in Blue J Java..."

Get connected

Core Java Lessons

JAVA Question 1 for beginners
String x="We are learning";String y="mistakes happen";int z=1000;System.out.println("Java is easy. "+x+" programming and "+y+" "+z +" times"); what is out put this code

Core Java Questions

Ask a Question

Post a Lesson

Answered on 13/12/2024 Learn IT Courses/Java/Core Java

Sana Begum

My teaching experience 12 years

In Core Java, there are two categories of modifiers: Access Modifiers and Non-Access Modifiers. Access Modifiers (4) 1. *public*: Accessible from anywhere. 2. *private*: Accessible only within the same class. 3. *protected*: Accessible within the same class and subclasses. 4. *default* (no modifier):... read more

In Core Java, there are two categories of modifiers: Access Modifiers and Non-Access Modifiers.

 

Access Modifiers (4)

1. *public*: Accessible from anywhere.

2. *private*: Accessible only within the same class.

3. *protected*: Accessible within the same class and subclasses.

4. *default* (no modifier): Accessible within the same package.

 

Non-Access Modifiers (6)

1. *static*: Belongs to the class, rather than an instance.

2. *final*: Cannot be modified or overridden.

3. *abstract*: Declares a method or class that must be implemented or extended.

4. *synchronized*: Used for thread synchronization.

5. *volatile*: Indicates that a variable may change asynchronously.

6. *transient*: Excludes a variable from serialization.

 

In total, there are 10 modifiers defined in Core Java: 4 Access Modifiers and 6 Non-Access Modifiers.

read less
Answers 3 Comments
Dislike Bookmark

Answered on 13/12/2024 Learn IT Courses/Java/Core Java

Sana Begum

My teaching experience 12 years

For B.Tech students, I'd recommend the following books for learning Core Java: Top Recommendations 1. *"Head First Java" by Kathy Sierra and Bert Bates*: This book is an excellent choice for beginners, with a visually engaging and easy-to-understand approach. 2. *"Java: A Beginner's Guide" by... read more
For B.Tech students, I'd recommend the following books for learning Core Java: Top Recommendations 1. *"Head First Java" by Kathy Sierra and Bert Bates*: This book is an excellent choice for beginners, with a visually engaging and easy-to-understand approach. 2. *"Java: A Beginner's Guide" by Herbert Schildt*: This book provides a comprehensive introduction to Java, covering the basics, syntax, and core libraries. 3. *"Core Java Volume I - Fundamentals" by Cay S. Horstmann*: This book is a thorough and well-structured resource that covers the fundamentals of Java, including syntax, data types, operators, and object-oriented programming. Other Notable Books 1. *"Java: The Complete Reference" by Herbert Schildt*: A comprehensive reference book that covers all aspects of Java programming. 2. *"Thinking in Java" by Bruce Eckel*: A detailed and insightful book that focuses on the concepts and principles of Java programming. 3. *"Java Programming" by Y. Daniel Liang*: A concise and accessible book that covers the basics of Java programming. Tips for Choosing a Book 1. *Check the book's level*: Ensure the book is suitable for your skill level, whether you're a beginner or intermediate learner. 2. *Look for reviews and ratings*: Check online reviews and ratings to get an idea of the book's quality and effectiveness. 3. *Consider the book's focus*: Choose a book that focuses on the specific areas of Java you want to learn, such as Core Java, Java EE, or Android development. Remember, practice is key to learning Java. Supplement your book with online resources, such as tutorials, videos, and coding challenges, to reinforce your understanding and gain practical experience. read less
Answers 3 Comments
Dislike Bookmark

Answered on 14/12/2024 Learn IT Courses/Java/Core Java

Rajesh Kumar N

Tutor

After learning Core Java, you can: 1. Learn Advanced Java (Servlets, JSP, JDBC). 2. Explore Frameworks like Spring, Hibernate. 3. Study Web Development (HTML, CSS, JavaScript, and Java-based frameworks). 4. Learn Android Development (for mobile apps). 5. Explore Big Data technologies... read more
After learning Core Java, you can: 1. Learn Advanced Java (Servlets, JSP, JDBC). 2. Explore Frameworks like Spring, Hibernate. 3. Study Web Development (HTML, CSS, JavaScript, and Java-based frameworks). 4. Learn Android Development (for mobile apps). 5. Explore Big Data technologies (Hadoop, Spark). 6. Practice with Data Structures and Algorithms. read less
Answers 1 Comments
Dislike Bookmark

Answered on 14/12/2024 Learn IT Courses/Java/Core Java

Rajesh Kumar N

Tutor

Core Java Topics: 1. Basic Concepts Java Syntax Data Types Variables Operators Control Flow Statements 2. Object-Oriented Programming (OOP) Classes and Objects Constructors Inheritance Polymorphism Encapsulation Abstraction 3. Java Classes and Methods Static... read more
Core Java Topics: 1. Basic Concepts Java Syntax Data Types Variables Operators Control Flow Statements 2. Object-Oriented Programming (OOP) Classes and Objects Constructors Inheritance Polymorphism Encapsulation Abstraction 3. Java Classes and Methods Static vs Non-static members Method Overloading and Overriding 4. Exception Handling Try-Catch-Finally Custom Exceptions Throw and Throws 5. Java Collections Framework List, Set, Map, Queue Iterators 6. Multithreading Threads and Runnable Synchronization Thread Lifecycle 7. File I/O InputStream, OutputStream Reader, Writer File Handling 8. Java 8 Features Lambda Expressions Streams API Functional Interfaces 9. JDBC (Java Database Connectivity) Connecting to Databases CRUD Operations PreparedStatement, Statement Advanced Java Topics: 1. Java EE (Enterprise Edition) Servlets JSP (Java Server Pages) EJB (Enterprise Java Beans) JMS (Java Messaging Service) JNDI (Java Naming and Directory Interface) 2. Spring Framework Spring Core Spring MVC Spring Boot Spring Data 3. Hibernate ORM (Object-Relational Mapping) Hibernate Query Language (HQL) Criteria API 4. Web Services RESTful Web Services SOAP Web Services JSON, XML parsing 5. Design Patterns Singleton, Factory, Observer, Strategy, etc. 6. JavaFX GUI Development for Desktop Applications 7. Java Security Authentication Authorization Cryptography 8. Messaging and Concurrency JMS (Java Message Service) Executor Framework 9. Distributed Systems RMI (Remote Method Invocation) Sockets and Networking 10. J2EE Technologies (EJB, JPA, JAX-RS, etc.) read less
Answers 2 Comments
Dislike Bookmark

Answered on 14/12/2024 Learn IT Courses/Java/Core Java

Rajesh Kumar N

Tutor

Java refers to the entire language and platform, including its libraries, frameworks, and various editions (like Java SE, EE, and ME). Core Java refers to the foundational features and basic components of Java, including: OOP concepts Data types Collections Exception handling Multithreading File... read more
Java refers to the entire language and platform, including its libraries, frameworks, and various editions (like Java SE, EE, and ME). Core Java refers to the foundational features and basic components of Java, including: OOP concepts Data types Collections Exception handling Multithreading File I/O Core Java is a subset of Java focused on essential programming concepts. read less
Answers 1 Comments
Dislike Bookmark

Looking for Java Training Classes?

Find Online or Offline Java Training Classes on UrbanPro.

Do you offer Java Training Classes?

Create Free Profile »

Looking for best Java Training Classes?

POST YOUR REQUIREMENT
x

Ask a Question

Please enter your Question

Please select a Tag

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more