RoseIndia.net

General

Programming Resource Home :: Java-Tutorials :: General




General
Tutorial Java General Java The equals() method Tutorial
We can use the == operator to compare the values of primitive variables and determine if they are equal. However, if object reference variables are compared using the == operator, it returns true only if the reference variables are referring to the same o View Rating






General
Tutorial Java General Java Literals Tutorial
Integer literals can be decimal, octal, or hexadecimal. View Rating



General
Tutorial Java General Java Interfaces Tutorial
An interface is like a public class that has only abstract and public methods. The variables declared in an interface are implicitly public, static, and final. View Rating






General
Tutorial Java General Java Finalization Tutorial
Java technology allows you to use the finalize() method to do the necessary cleanup before the garbage collector removes the object from memory. View Rating



General
Tutorial Java General Java Behavior of the garbage collector Tutorial
A Java programmer does not have to worry about memory management, because it is automatically taken care of by the garbage collector. The Java virtual machine (JVM) decides when to run the garbage collector. The garbage collector is a low priority thread View Rating



General
Tutorial Java General Java Exception handling Tutorial
Exceptions are Java objects; exception classes are derived from java.lang.Throwable. View Rating



General
Tutorial Java Miscellaneous An introduction to neural networks Tutorial
Neural nets may be the future of computing. A good way to understand them is with a puzzle that neural nets can be used to solve. Suppose that you are given 500 characters of code that you know to be C, C++, Java, or Python. Now, construct a program that View Rating



General
Tutorial Java Miscellaneous tant logging: Harness the power of log4j with Jabber Tutorial
Not only is logging an important element in development and testing cycles -- providing crucial debugging information -- it is also useful for detecting bugs once a system has been deployed in a production environment, providing precise context informatio 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     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.