What do I need to learn about Java for web development?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

9.5 Years of IT experience in Trainings and working as Team lead in India's top IT company

Hi Nalini, There are multiple things you need to learn. To undersand the web application (based on a frame work) is devided in 3 parts MVC - Model (Data), View (Used Interface), Control (Flow and logic). To understand all these thing you need to learn first the core Java to make the business logic...
read more
Hi Nalini, There are multiple things you need to learn. To undersand the web application (based on a frame work) is devided in 3 parts MVC - Model (Data), View (Used Interface), Control (Flow and logic). To understand all these thing you need to learn first the core Java to make the business logic and flow of data you need to have the basic knowledge of OOPS and other Java concepts to write servlets and Spring classes (if you are using Spring ). The second is the User Interface like a web page and for this you need to have basic knowledge of HTML, CSS, Javascript and JSP. For application deployement you need to have basic knowhow of webserver/Application server like Tomcat. For Backend data store you can have a basic knowledge of Mysql/Oracle or any other database. You might need atleast 2 month to have a good knowledge of webbased develepment in Java. Java web development is the easiest of all technologies available in the market. read less
Comments

For Web development you to learn Core Java and Advance Java as well as some Java Frameworks. Core Java deals with Basic Java,while advance Java deals with web development. To make web development easy lot of java Open Source Frameworks are there in market which company uses,Like Hibernate Spring,Spring...
read more
For Web development you to learn Core Java and Advance Java as well as some Java Frameworks. Core Java deals with Basic Java,while advance Java deals with web development. To make web development easy lot of java Open Source Frameworks are there in market which company uses,Like Hibernate Spring,Spring Boot etc. read less
Comments

Related Questions

Why is Java better than any other programming language?
Java is not necessarily "better" than every other programming language; the suitability of a language depends on the specific requirements of a project. However, Java has several strengths, including platform...
Sushil
0 0
5
Need to learn java....
You may contact me. I teach Java in great depth and with very firm building blocks.
Ajay
What are different IDEs available to write programs?
There are many IDE for programming like TurboC++,Dev C++ for C and C++ programming. Eclipse,Notepad++,Dreamweaver for HTML,PHP,JAVA,ASP etc languages.
Meraj
0 0
5
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
Tell me how to register for java training in summer in niit chandigarh.
Hello Sumit, Its nice to learn java based on your timings. We are providing real-time training to students from USA. Generally we used to start sessions at nights according to Indian timings, and it would...
Vishakha

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

Ask a Question

Related Lessons

Design Pattern
Prototype Design Pattern: Ø Prototype pattern refers to creating duplicate object while keeping performance in mind. Ø This pattern involves implementing a prototype interface which tells...

TestNG Annotations and its sequence
public class TestNGAnnotations { @BeforeMethod public void beforeM() { System.out.println("Before Method"); } @AfterMethod public void afterMethod() { System.out.println("After Method"); } @BeforeClass...
S

Sarthak C.

0 0
0

Comparable vs Comparator
java.lang.Comparable java.util.Comparator For comparing some other object with its own object. Ex. I am comparing myself to some other employee. Method signature is: int compareTo (T object). For...

Create Immutable Class
Snippet of an Immutable Class: package com.stringhr; /*Declare the class as 'final'. This would prevent any other class from extending it and hence from overriding any method from it which could modify...

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}

Recommended Articles

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 >

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 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 >

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