Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 11 of 11

Thread: hi to all , can i learn servlet & jsp without core java knowlege

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default hi to all , can i learn servlet & jsp without core java knowlege

    hi guys, I am new here , few months back i started learning core java and still i haven't complete the topics of core java .

    I wanted to try job now , many company's are recruiting candidates with knowledge in servlet and jsp .

    So can i learn servlet & jsp parallely without core java ? is it possible for me to understand ? ..thanks in advance guys


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    So can i learn servlet & jsp parallely without core java ? is it possible for me to understand
    Yes and no. I'd say depends upon how much 'core' java you know, and what your knowledge of general computer science is. You can get by with little experience and learn the basics - by the way servlets and jsp are java, so its not necessarily fair to classify them as something different - but without any concept of things such as object oriented programming, abstraction, design patterns, data structures, etc...you'll be able to get by writing something, but it might not be very maintainable or efficient.

  3. #3
    Junior Member
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    Quote Originally Posted by copeg View Post
    Yes and no. I'd say depends upon how much 'core' java you know, and what your knowledge of general computer science is. You can get by with little experience and learn the basics - by the way servlets and jsp are java, so its not necessarily fair to classify them as something different - but without any concept of things such as object oriented programming, abstraction, design patterns, data structures, etc...you'll be able to get by writing something, but it might not be very maintainable or efficient.
    Thank you very much for your reply copeg ,

    I am very happy to see the first reply from this our forum member , nice to meet you copeg .

    Actually i am still learning the basic elements of core java and its basic attributes , now i am exactly in the topic called "Inheritance " . since i am a computer science graduate, i know the concepts of object oriented programming, abstraction, design patterns and data structures .

    So now , is there any possible for me to understand and learn servlet and jsp ? , if yes , please please suggest me some good books for servlet and jsp , so that a noob like me can understand easily . thanks in advance buddy

  4. #4
    Junior Member
    Join Date
    Mar 2010
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    To start JSP and Servlets you should be comfortable with core Java and basic HTML. Head First is a good book for beginners.

  5. #5
    Junior Member
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    Quote Originally Posted by aduaitpokhriyal View Post
    To start JSP and Servlets you should be comfortable with core Java and basic HTML. Head First is a good book for beginners.
    thank you very much for your reply aduaitpokhriyal ,

    Head First is a good book for beginners.
    mate , do you mean head first java ? already i am learning head first java along with complete reference , so can you please suggest me some good books for learning html ? i am quite weak in english, so if you can suggest me some standard english book then it will be very helpful for me .. thanks in advance mate

  6. #6
    Junior Member
    Join Date
    Mar 2010
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    I was talking about O'Reilly - Head First Servlets and JSP, 2nd Edition

  7. #7
    Junior Member
    Join Date
    Mar 2010
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    For HTML and Java Script you can refer to w3schools.com and http://www.roseindia.net/
    Last edited by aduaitpokhriyal; June 28th, 2011 at 07:56 AM.

  8. #8
    Junior Member
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    Quote Originally Posted by aduaitpokhriyal View Post
    I was talking about O'Reilly - Head First Servlets and JSP, 2nd Edition
    thank you very much for your wonderful help mate , i already have head first Servlet and jsp , so will learn it parallely .


    thanks a lot for the above link dude , will try those to learn HTML and java script .

    BTW java script is not java right ? can i easily understand java script ,if i started learning it now ?

  9. #9
    Forum old-timer
    Join Date
    Nov 2008
    Location
    Faversham, Kent, UK
    Posts
    472
    My Mood
    Mellow
    Thanks
    4
    Thanked 58 Times in 54 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    Quote Originally Posted by funkygarzon View Post
    BTW java script is not java right ?
    Right - the only thing they have in common is the word 'Java'.

    can i easily understand java script ,if i started learning it now ?
    Yes. It's a simple scripting language.

  10. #10
    Junior Member
    Join Date
    Mar 2010
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    You can learn JSP and Java script together. JSP is Server side and Java script is client side language. Use both together .
    All the best

  11. #11
    Junior Member
    Join Date
    Mar 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: hi to all , can i learn servlet & jsp without core java knowlege

    Quote Originally Posted by dlorde View Post
    Right - the only thing they have in common is the word 'Java'.


    Yes. It's a simple scripting language.
    thank you very much for your wonderful and useful comment buddy . take care

    Quote Originally Posted by aduaitpokhriyal View Post
    You can learn JSP and Java script together. JSP is Server side and Java script is client side language. Use both together .
    All the best
    thank you very much for your wonderful and useful comment buddy . Will start learning them parallel y . take care

Similar Threads

  1. Please help me analyze this java core dump on AIX
    By acejun01 in forum What's Wrong With My Code?
    Replies: 6
    Last Post: February 12th, 2014, 05:21 AM
  2. Best Book to learn Java
    By ShadowKing98 in forum Java Theory & Questions
    Replies: 8
    Last Post: July 1st, 2013, 06:57 AM
  3. Replies: 1
    Last Post: June 4th, 2011, 11:22 AM
  4. Senior Development Manager - Core Java/J2SE - £80-90K + £10K Bonus
    By iNeedJavaGurus in forum Paid Java Projects
    Replies: 0
    Last Post: September 18th, 2009, 10:00 AM
  5. Learn applets in java
    By mohsendeveloper in forum Java Applets
    Replies: 2
    Last Post: June 25th, 2009, 02:50 PM