JAVA PROGRAM CHỨA 4 METHODS .
String display(), void run(), void go(), void start()
class Rextester {
String outerStr = " This is outer String .\n" ;class MemberClass {String innerStr = " This is inner String .\n" ;String display(String parameter) {return innerStr + outerStr + parameter;}}public static void main(String[] args) {Rextester outer = new Rextester();outer.run() ;Rextester outer1 = new Rextester();outer1.go() ;Rextester outer2 = new Rextester();outer2.start() ;}void run() {MemberClass local = new MemberClass();System.out.println(local.display(" display is the 1st method of inner class. "));}
void go() {System.out.println(" This is the second method of outer class.");}void start() {System.out.println(" This is the third method of outer class. ");}}
OUTPUT.
run is the 1st method of outer class.
This is inner String .
This is outer String .
display is the 1st method of inner class.
go is the second method of outer class.
start is the third method of outer class.
Trước ngày 30-4-1975 tại miền Nam Việt Nam, những sãn phẩm do các nhà thầu cung cấp cho chính phủ VNCH đều phải đạt tiêu chuẩn về phẩm chất ghi trong hợp đồng. Hai cơ quan phụ trách kiểm tra kiểm tra phẩm chất là : “QUARTERMASTER INSPECTION AND SPECIFICATION CENTER/QLVNCH(TISC)“ & “NATIONAL STANDARDS INSTITUTE/VNCH" * TESTING EQUIPMENT OF TISC: Tensile Strength Testers, Washing Colorfastness Tester,Light Colorfastness Tester,Vickers Hardness Tester...
* Trung Tâm Khảo sát Kỹ Thuật Quân Nhu /QLVNCH “ & “ Viện Quốc Gia Định Chuẩn/VNCH”
* Xí nghiệp “Hiệp Hưng / VN” ( sãn xuất giày vãi cao su )
"Bradbury Company Inc/USA"(Textile Screenprinting,Imprinted Sportswear Programs) & “Sundance Graphics Inc / USA” ( in bông vãi sợi ) từ năm 1965 để dành cho thế hệ trẻ muốn học nghề.
Vạn Vật Thái Bình (PEACE ON EARTH).