Would you like to make this site your homepage? It's fast and easy...
Yes, Please make this my home page!
/*
Author:ZT
Date : Jun 30,2017
Purpose: For education &Testin
Refererence: Java 2 Se
Http://oracle.com
*/
import java.io.*;
import java.util.*;
class Appl06302017 {
public static void main(String args[]){
String welcome="Welcome to Java 2 SE 1.8 and later ";
int t;
float f;
double d;
long l;
String months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"};
for(int i=0;i list1=new ArrayList();
list1.add("A");
list1.add("B");
for(int i=0;i