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

Which holds the future: Java or Python?
The future success of Java or Python depends on various factors, including industry trends, project requirements, and developer preferences. Both languages are widely used, with Java being prominent in...
Nikhil
0 0
5
What is difference between C language and Java language?
Java is a purely object-oriented (class based) programming language that's designed to support the philosophy of "write once, run anywhere" i.e. compiled Java code runs on multiple platforms without re-compilation...
Poonam
0 0
5
How can I execute a Java program?
Through command-line 1.compile the code using javac filename.java 2. Finally run the code using java filename here filename is classname. If u use eclipse then right click the java code n select run as java application .
Suresh
0 0
5
Is it possible to instantiate the abstract class?
Use anonymous class. Example: For an abstract class AbstrClass. AbstrClass ac = new AbstrClass() { public void m1() { // code...
Reshma
Is Java a compiler or Interpreter?
Java is a programming language and computing platform first released by Sun Microsystems in 1995. A Java compiler is a compiler for the Java programming language. A JVM interprets bytecode and...
Dr Rakesh

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

Ask a Question

Related Lessons

Differences Between HashMap vs HashSet In Java.
HashSet HashMap HashSet implements Set interface. HashMap implements Map interface. HashSet stores the data as objects. HashMap stores the data as key-value pairs. HashSet...

Java8 Filters and collectors
Lets say we have collection of strings and we would like to filter (remove) out certain strings from collection. We could achive the same in java 7 and earlier versions import java.util.ArrayList; import...

How 4 byte float can store 8 byte long values in java ?
long l = 12464545L; float f = l; (fine) int i = l ; (Error) if we see the how this magic happens as we know the answer lies in the floating point representation as in floating points values does not...

How To Setup development Environment Of Java?
After installation of JAVA, we need to setup 2 environment variables. First one is JAVA_HOME and second is Path. Below steps to set up Java environment to compile & execute Java programs from command...

Java complete reference-herbert schildt
Sample program: class Sample { public static void main(String args ) { System.out.println("Sample") ; } } Program explanation: Keyword used in line 1- class The name...

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