- Testing Zone
(https://vborg.vbsupport.ru/forumdisplay.php?f=25)
- - Bla Bla bla
(https://vborg.vbsupport.ru/showthread.php?t=39641)
floleb7
06-09-2002 01:47 PM
Bla Bla bla
Code:
package test;
import java.util.*;
/**
* Classe de Test
*/
public class Test extends Toto implements java.io.Serialiable
{
/*Constructeur*/
Test(int i, String s, java.util.Vector v)
{
}
public static void main (String [] args)
{
//test de commentaire
Test t = new Test();
}
}
PHP Code:
package test;
import java.util.*;
/**
* Classe de Test
*/
public class Test extends Toto implements java.io.Serialiable
{
/*Constructeur*/
Test(int i, String s, java.util.Vector v)
{
}
public static void main (String [] args)
{
//test de commentaire
Test t = new Test();
}
}