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 :)
Re: hi to all , can i learn servlet & jsp without core java knowlege
Quote:
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.
Re: hi to all , can i learn servlet & jsp without core java knowlege
Quote:
Originally Posted by
copeg
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 :)
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.
Re: hi to all , can i learn servlet & jsp without core java knowlege
Quote:
Originally Posted by
aduaitpokhriyal
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 ,
Quote:
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 :)
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
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/
Re: hi to all , can i learn servlet & jsp without core java knowlege
Quote:
Originally Posted by
aduaitpokhriyal
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 .
Quote:
Originally Posted by
aduaitpokhriyal
For HTML and Java Script you can refer to
w3schools.com and
JSP Tutorials,EJB Tutorial,JDBC Tutorials,Free Java Servlets Tutorials, WAP Tutorials, Spring Framework Tutorials, J2EE Tutorials, BioInformatics Tutorials, Java Server Faces Tutorials, Jboss Tutorials, Hibernate Tutorials, XML and MySQL Tutorials
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 ?
Re: hi to all , can i learn servlet & jsp without core java knowlege
Quote:
Originally Posted by
funkygarzon
BTW java script is not java right ?
Right - the only thing they have in common is the word 'Java'.
Quote:
can i easily understand java script ,if i started learning it now ?
Yes. It's a simple scripting language.
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
Re: hi to all , can i learn servlet & jsp without core java knowlege
Quote:
Originally Posted by
dlorde
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
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