• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

How to learn Java and JSP?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to learn JAVA and JSP?
Have anyone can be my friends? I just want you to stay in the java world together!
please Message to me
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Li Qiangqiang wrote:How to learn JAVA and JSP?



Welcome to the Ranch.

In regard to your question, a beginner to learn core Java (Java SE) before moving on to enterprise Java (Java EE) (eg Servlets/JSP, JSF, EJB etc)

What areas of core Java should one must know to get started? That's a good question. I would say:
OO concept: inheritance, polymorphism, encapsulation
access modifier, instance/class/local variables, flow control (if/else, switch), looping (for, while)
String class, wrapper classes (Integer, Double etc), Comparator/Comparable,
java.io package (able to read/write files)
Java collections framework (List, Set, Map, Queue, Deque etc)

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I completely agree with K. Tsang, but instead of just throwing a ton of names at you with things you should learn, do i suggest that you check out http://thenewboston.org/list.php?cat=31 . It is a guy called Bucky that has made a ton of videos for people completely new to java. He makes it very fun to learn since he is a very funny guy and makes some great tutorials.

Just follow his tutorial videos from the beginning and then when you are done you can check out his other java tutorials for more skilled programmers.
I have used his tutorials myself and have learned a lot from them.

If you get stuck on some problem you cant figure out, i suggest you try to google it. you will be amazed how many people has had the excact same problem :)
 
Happiness is not a goal ... it's a by-product of a life well lived - Eleanor Roosevelt. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic