i've learn html and java before,but i'm dunno how to use it to create a good web page..is it possible to combine html n java..?or is it possible to use java to create a web page..?:doh:
Java isn't usually used to make web pages, if you're thinking of creating dynamic websites than server side scripting like PHP is what you should use. Other options are ASP/.NET, Ruby etc. You can't embed Java into HTML (except with applets, but that's not really embedding the code into HTML), javascript is unrelated to Java and is only client side scripting so can't do anything really useful in that respect.
Java can be used. JSP stands for Java Server Pages, and while it's not exactly like Java, you use the Java Standard Tag Libraries (JSTL) etc to put code into a HTML page.