[thelist] Is Java dead ? (was Evolt Hiermenus?)

Burhan Khalid burhankhalid at members.evolt.org
Thu Mar 7 23:43:00 CST 2002


[ snip ]
 >For one thing, Java needs to have includes for the simplest of features

>That's kind of the point.

[ /snip ]

Includes? Do you mean the Import statement? You can write a Java program
without using any import statements,
if you give the complete the complete structure to a particular class that
you are wanting to access. Short example :

import javax.swing.*;
public class myApplication extends JFrame  { ... }

OR

public class myApplication extends javax.swing.JFrame { ... }

If that's not what you intended to say -- then maybe I really do need to go
to bed.

[ snip ]




More information about the thelist mailing list