Home Help Java U U - Java Terms



U - Java Terms
Posted on: September 29, 2006 at 12:00 AM
The class Date in "java.util" package represents date and time. It's no arguments constructor creates date object specifying current date and time.

U - Java Terms

     

  1. Java util Date
    The class Date in "java.util" package represents date and time. It's no arguments constructor creates date object specifying current date and time. It can be created specifying year, month, date.
      
  2. Java URI
    Uniform Resource Identifier (URI) is used to name or identify a resource. URI can be classified as Uniform Resource Locator (URL) and Uniform Resource Name (URN).
     
  3. Java Urlencoder
    URLEncoder class of "java.net" package provides two static methods that are used to convert a string into a fully encoded URL string.
      
  4. Java UDP
    TCP and UDP are transport protocols used for communication between computers. UDP(User Datagram Protocol) is a very s imple connectionless protocol.
      
  5. Java Update
    Java 1.4.2 Update 2 provides improved behavior for applets in Safari and increased stability for desktop Java applications. Java 1.4.2 Update 2 also includes all the improvements from Java 1.4.2 Update 1.
     
  6. UDDI
    UDDI (Universal Description, Discovery, and Integration) is an XML-based registry for Web services on the Internet. A UDDI registry service is a Web service that manages information about service providers, service implementations, and service metadata.
     


Related Tags for U - Java Terms:


More Tutorials from this section

Ask Questions?    Discuss: U - Java Terms  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.