How many days are required to learn Java?

Asked by Last Modified  

3 Answers

Learn Java

Follow 3
Answer

Please enter your answer

Python trainer believe in practical learning.

The time required to learn Java can vary depending on several factors, including your prior programming experience, the amount of time you can dedicate to learning each day, and your learning style. However, it is important to note that Java is a robust and feature-rich programming language, so becoming...
read more
The time required to learn Java can vary depending on several factors, including your prior programming experience, the amount of time you can dedicate to learning each day, and your learning style. However, it is important to note that Java is a robust and feature-rich programming language, so becoming proficient in Java usually takes a significant amount of time and practice. For individuals with no prior programming experience, learning the basics of Java and understanding core concepts can take several weeks or even a few months. This includes learning about variables, data types, control structures, object-oriented programming (OOP) principles, and basic syntax. To gain a solid understanding of Java and its ecosystem, including popular frameworks and libraries, it typically takes several months to a year of consistent learning and hands-on practice. This allows you to delve into more advanced topics such as multithreading, I/O operations, database connectivity, web development, and other Java-related technologies. Remember, learning Java (or any programming language) is an ongoing process. Even experienced developers continue to learn and improve their skills over time. The key is to practice regularly, work on projects, and explore real-world scenarios to reinforce your knowledge. read less
Comments

The average estimate for a beginner to learn Java is about nine months. For someone who already knows how to code, learning Java could take as little as a month. Experts say that it might take up to three months, depending on how much you practice.
Comments

Hello Jitendra, I am teaching Java to Japanese Engineers since 2018. I think it takes around 300 hours to become master in Java Basics, OOPS concept, DS & Algo, JDBC, Exception Handling, Generics and Collections, lambda expressions. The best way to learn Java is to learn under the guidance of a teacher,...
read more
Hello Jitendra, I am teaching Java to Japanese Engineers since 2018. I think it takes around 300 hours to become master in Java Basics, OOPS concept, DS & Algo, JDBC, Exception Handling, Generics and Collections, lambda expressions. The best way to learn Java is to learn under the guidance of a teacher, from where you can get live project experience, practice questions and various real scenarios. Thanks read less
Comments

View 1 more Answers

Related Questions

What are the advanced features of EJB3.1?
1. Support for direct use of EJBs in the servlet container, including simplified packaging options. The current thought is to allow EJBs in the WEB-INF/classes directory while allowing ejb-jar.xml to reside...
Arunava Chatterjee
Which one is faster, Python or Java?
The speed of Python and Java can vary depending on the specific task. Java is generally considered faster for low-level operations and large-scale applications, while Python is often valued for its simplicity...
Chetana
0 0
5
public class X { public static void main(String [] args) { X x = new X(); X x2 = m1(x); /* Line 6 */ X x4 = new X(); x2 = x4; /* Line 8 */ doComplexStuff(); } static X m1(X mx) { mx = new X(); return mx; } } After line 8 runs. how many objects are eligible for garbage collection?
Only one. After line 8 the original object referred to by x2 is dereferenced and ready for garbage collection. In m1(), mx ignores the object passed as argument and refers to a new object which is returned.
Srikanth
Is it really needed to do Java training before graduation, to get a job?
Yes, It's must to get better opportunities and to standard alone in IT field. Not only core Java but also learn Spring,Hinernat ,Struts. ANGULARJS add an advantage to get job easily.
Udaybhan

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

Ask a Question

Related Lessons

Programing Languages Learning Tricks
You want to learn that new language or library or framework as soon as possible, right? That’s understandable. Fortunately, there are a handful of tips that can help you to better retain all of that...
H

Harshal G.

0 0
0

Constructor Overloading
public class ConstructorOverloading { public ConstructorOverloading(){ System.out.println("default"); } public ConstructorOverloading(String a){ System.out.println("a"); } public ConstructorOverloading(int...
S

Sarthak C.

0 0
0

How to create a Singleton class?
How to create a Singleton class: Q) What is a singleton class? A) In simple words, a singleton class is a class which can have only one instance at any point of time throughout the application and provides...

Implementation: What Is JPA And JPA?
The basic Java framework to access the database is JDBC. Unfortunately, with JDBC, a lot of hand work is needed to convert a database query result into Java classes. JPA allows us to work with Java classes...

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

Recommended Articles

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 >

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 >

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 >

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 >

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