download

Matakuliah
Tahun
Versi
: M0074/PROGRAMMING II
: 2005
: 1/0
MATERI PENDUKUNG
SINTAKS BAHASA
1
2
• Contoh :
package com.borland.internetbeans;
import java.io.*;
import java.util.*;
import javax.swing.*;
import javax.servlet.ServletContext;
import javax.servlet.http.*;
/**
* Generates markup text from a template file, replacing
* identified spans with dynamic content from Ix
* components.
*/
public class PageProducer implements Binder, Renderable, Cloneable, Serializable
{
...
}
3