What are the requirements of learning Java? How long it takes to learn java and what is the fee structure?

Asked by Last Modified  

66 Answers

Learn Java

Follow 11
Answer

Please enter your answer

Selenium WebDriver

Core java is main to learn, if you join my classes it takes one month to become master.
Comments

You require any basic programming language like C language and it takes 3 months to finish complete java including java frameworks. The fee is Rs 15000.
Comments

Tutor

You can learn java without having any basic knowledge on programming languages like C, C++. If you know about C and C++ then it is good to go ahead.
Comments

Android Trainer

Computer fundamentals are very important things to start in any programming language. Prior knowledge of any language would be great. You would be able to relate then. I would suggest to have some experience in C language, since its mother of all computer language and have some basics in place before...
read more
Computer fundamentals are very important things to start in any programming language. Prior knowledge of any language would be great. You would be able to relate then. I would suggest to have some experience in C language, since its mother of all computer language and have some basics in place before starting JAVA. read less
Comments

Good knowledge on C and a great passion to learn java. Java programmers have scope through out the world. All the web design, application development, android app development relies on Java. It would take around three months to learn Java Rs. 5000 would be the course fee.
Comments

IT courses, Maths, English Tution

Hardware requirements Window xp 512 Ram with 500Mb disk Software Requirements J2SE 1.4.2_10, J2SE 5_06 For learning Core Java it takes around max 2 months.
Comments

Tutor

Nowadays, Java SE Certification, Training Courses is going on So I will recommend doing Java SE Course. Now We come to your questions, you have asked about the requirement of learning Java So basic requirement is only Basic Knowledge of Computer, Programming (Conditional Statements, Looping, Functions,...
read more
Nowadays, Java SE Certification, Training Courses is going on So I will recommend doing Java SE Course. Now We come to your questions, you have asked about the requirement of learning Java So basic requirement is only Basic Knowledge of Computer, Programming (Conditional Statements, Looping, Functions, compilation) and Object Oriented Design (which is generally the first chapter in Java Programming Books). You will learn Java approxi. within a 7 Days. I know one the institute Who help to cracked Java Exam in a single attempt which name is Koenig Solutions. You can direct contact regarding fees structure. read less
Comments

You would first need to go through the Java Core properly, learning the syntax, and all the basics, such as loops, arrays, collections, multithreading etc. There are a lot of different options for learning Java on the web nowadays, as well as offline classes in your locality. If you're a complete beginner...
read more
You would first need to go through the Java Core properly, learning the syntax, and all the basics, such as loops, arrays, collections, multithreading etc. There are a lot of different options for learning Java on the web nowadays, as well as offline classes in your locality. If you're a complete beginner in Java and you can only study online for now, I can recommend a good resource called codegym.cc, which is a great online Java course for absolute beginners. I have been studying on it for the past 3 months and have gone through a few levels already. One of its main advantages is theabundance of practical exercises, which is key in learning any programming language. read less
Comments

Java Hopper

To set you rolling on grounds of Basic Java it would require at least 4 weeks time, hence forth it totally depends on your grasping power. More study more knowledge.
Comments

Java Expert

You must know at least the basics of how to use a computer, and should be able to start a command line shell. If you are new to programming then Introduction to Programming is strongly recommended. If you already know C++ or any other Object- Oriented language, Java should be easy to pick up. Course...
read more
You must know at least the basics of how to use a computer, and should be able to start a command line shell. If you are new to programming then Introduction to Programming is strongly recommended. If you already know C++ or any other Object- Oriented language, Java should be easy to pick up. Course Duration : 40 Days (CORE JAVA) Fee: Rs. 2000 read less
Comments

View 64 more Answers

Related Questions

Can u explain init() method is used in servlet for initialization then constructor also there for initializing variables.then what makes the difference between init() and default constructor in servlets?
Using init() only advisable than default constructor because we cannot initialize servlet using constructor because servlets are not directly instantiated by javacode, instead container create instance...
Anwar
How to use Java?
Basically JAVA is in two parts such as: Core JAVA. Advance JAVA and Frame works. What you want to learn Complete JAVA or Core part only.
Vinod
Who can provide good Java training with real-time but not institute?
If you reside in pune then i can provide real time programming in java . So you will get to know industry based java programming
Sridevi
0 0
6
Hi, Can anyone help me on below queries? 1. What makes a class as "Thread safe class" ? 2. equals() method uses 3. Difference between String vs StringBuffer ?
There are three ways to construct thread-safe Java class which has some state: 1. Make it truly immutable 2.Make field volatile. 3.Use a synchronized block
Saurav
Is JAVA training only for technical students or a non-technical student also may join?
Any Body can Learn Programming Language.It All depends upon the learning of basics and all.Basics actually makes the thing different.
Vikrant
0 0
6

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

Ask a Question

Related Lessons

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

How to create excel sheets using Java?
HSSFWorkbook workbook = new HSSFWorkbook();HSSFSheet sheet1 = workbook.createSheet("actions");for (int i = 0; i < 10; i++) { sheet1.createRow(i); for (int j = 0; j < 10; j++) { HSSFRow currRow =...

CoreJAVA
Core Java Training High Level Course Content Trained by Java Architect 1. Core Java Programming Introduction of Java 2. Data types and Operators 3. Control Flow statements 4. OOPS and its application...
A

1.1. Reverse an array in Java.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; for (int i = 0; i < arr.length / 2; i++) { int temp = arr; arr = arr; arr = temp; } System.out.println(Arrays.toString(arr)); }}

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

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 >

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 >

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 >

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