Search:

Type: Posts; User: Ryan7744

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    953

    Current Date and Time to a String

    import java.text.DateFormat;
    import java.text.SimpleDateFormat;
    import java.util.Calendar;
    import java.util.Scanner;


    public class Swipe_In
    {
    public String DTStart; //Swipe in Date Time
  2. Replies
    3
    Views
    1,093

    Re: Date and SimpleDateFormat Class

    Thank u andbin ... I understood the logic and the code as well .. Thanks a lot
  3. Replies
    3
    Views
    1,093

    Date and SimpleDateFormat Class

    import java.text.SimpleDateFormat;
    import java.util.Date;

    public class Time_Difference{

    public static void main(String[] args) {

    String dateStart = "01/15/2012 09:29:58";
    String...
  4. Replies
    1
    Views
    918

    Multithreading

    Please explain the flow of execution of this code...


    // Create multiple threads
    class NewThread implements Runnable {
    String name; // name of thread
    Thread t;
    ...
Results 1 to 4 of 4