Java Codes
Beginners
Core Java
Date Time
Java2D
Java Applets
Java AWT
Mathematics
Networking
Servlets
Session
Sound
Swing
Threads
Util Package
JDBC
Learning
Other
Security
XML
Java > Date Time sample source codes
Timer
Timer package com.ack.webservices.soap.examples.handlers; import java.util.Calendar; import java.util.Date; public class Timer { public void sendTime( Date theTime ) { System.out.println( "time on client: " + theTime ); } public Date getTime() { // return time on server return Calendar.getInstance().getInstance().getTime(); } }
Privacy Policy
|
Link to Us
|
Links