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

Need to learn java....
You may contact me. I teach Java in great depth and with very firm building blocks.
Ajay
Why do many software engineers not like Java?
Opinions on programming languages can vary, but some software engineers may express dissatisfaction with Java for reasons such as perceived verbosity, boilerplate code, and a slower pace of language evolution...
Guruprasad
0 0
5
How do I learn Java? From book or internet or a coaching?
According to me....u should start from basic Java..that is core Java... . Find coaching , who teaches Java for beginners.....then later u can go for advance java.
Suresh
0 0
7

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

Ask a Question

Related Lessons

Palindrome Number : Java Function
An easier way to find out whether a number is a Palindrome number or not. Eg. 121, 88, 12321 etc public boolean isPalindrome ( int n ) { int rev = 0, r; for( i = n; i > 0; i /= 10 ) { r...

Software Testing
Software testing is a process of executing a program or application with the intent of finding the software bugs. It can also be stated as the process of validating and verifying that a software program...

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); }}

Java Overview
Java platform overview Java platform components The Java platform consists of the following components. The Java language Like any programming language, the Java language has its own structure, syntax...
A

Akshay Shende

0 0
0

Amazon written test for experience
For the below written test answer I defined with "*" at the end of the options NULL is the same as 0 for integer the same as blank for character * the same as 0 for integer and blank for character the...

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