General

Programming Resource Home :: Java-Tutorials :: General

Advertisement

Advertisement




General
Tutorial Calculating the Checksum of the file/CRC32
A Checksum is used for error checking while transferring a file. Data flow across the network in the form of packets. So, checksum is a computed value that is dependent on the contents of a file. View Rating



General
Tutorial Java 5.0
Java 5 has been released with many new features to make the programming easier. View Rating



General
Tutorial Date Comparison
In this section we are discussing the comparison of two dates, whether they are equal or not, the first date comes before the other or not, the first date comes after the other or not, by using the equals(), before() and after() methods of the date class. View Rating



General
Tutorial Print the URL of a URLConnection
In this section we are going to describe, how to retieve the value of the URL assign to the url object. View Rating



General
Tutorial Type Comparison Operator
Java provides a run-time operator instanceof to compare a class and an instance of that class. This operator " instanceof" compares an object to a specified class type. View Rating



General
Tutorial Bitwise and Bit Shift Operators
In Java the bitwise and bit shift operators are used to manipulate the contents of variables at a bit level according to binary format. View Rating



General
Tutorial Networking in Java
In this section we are exploring the java.net package which provides the support for networking in java with a generic style. View Rating



General
Tutorial Datagram in network environment
In a network environment the client and the server communicate with each-other by reliable channel like TCP socket which have dedicated point-to-point channel between client and server. View Rating



General
Tutorial Java Naming and Directory Interface (JNDI)
The Java Naming and Directory Interface (JNDI) is a directory service based API to allow the clients to discover and lookup data and objects via a name. View Rating



General
Tutorial Unary Operators
The unary operators requires only one operand to perform different kind of operations such as increasing/decreasing a value, negating an expression, or inverting a boolean value. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   52   53   54   55   56   57   58   59   60   61   62   63   64   65   66   67   68   69   70   71   72   73   74   75   76   77   78   79   80   81   82   83   84   85   86   87   88   89   90   91   92   93   94   95   96   97   98   99   100   101     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.