Hi, I'm going to learn Java programing, which book should I start with? What's difference between Java and Java scripts? I'm a novice in this area and have some basic concepts from school. Thanks in advance. -Mary
Head First Java by kathy Sierra is the best out there for beginners. You might think the book is weird, so many pictures . But the truth is, it expedites the learning process. Of course, there are many free lessons out there. javaranch.com is a great site - started by kathy sierra too.
javascript is a scripting language, a client side scripting used to handle user events before requests are sent to the web server, i.e. mouse move + keypress events, so to speak. Then when the request is sent to the server, java, a programming language, can be used to leverage the workloads; by processing the incoming request. In web "term", you usually call the java objects as servlets. In a nutshell...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.