can java combine with html

Discussion in 'Web Design & Programming' started by tefyn, Mar 21, 2008.

  1. tefyn

    tefyn Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    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:
     
  2. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    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.
     
  3. Matt555

    Matt555 iMod

    Likes Received:
    98
    Trophy Points:
    48
    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.
     
  4. tefyn

    tefyn Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    java is more on application right..?is it possible to use java to program a full working system..?
     

Share This Page