CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: coolcod

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    795

    Web Page generation using html and java

    I have a .java file and a .html file. i have to somehow present the data on the .java file to the .html file.

    How should i do that?
  2. Thread: Java

    by coolcod
    Replies
    0
    Views
    877

    Java

    I was trying to make a website that uses a java program to read weather information from a file and then creates a web page.

    Below is my entire code:

    import java.io.*;
    import...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured