-
Java
Thread
A java thread is an execution
context or a lightweight process. It is a single sequential flow of control
within a program. Programmer may use java thread mechanism to execute multiple
tasks at the same time.
-
Java Transaction API
JTA is a service-oriented API specification that allows
applications to perform distributed transactions. Transactions access and update
data on two or more networked computer resources.
-
Java ‘throw’ Keyword
Exceptions are thrown to signal abnormal conditions that can often be
handled by some catcher; though it is possible they may not be caught and
therefore could result in a dead thread. Before catching an exception it is
must to be thrown first whether by the JVM or by the user itself.
-
Java TreeSet
TreeSet stores objects in a sorted manner. It stores its elements in a tree
and they are automatically arranged in a sorted order.
-
Java try, catch, and finally
The try, catch, and finally keywords are Java keywords
that are used to handle the exception in a program.
-
this
java keyword
"this" is a
keyword defined in the java programming language.
-
throw
java keyword
"throw " is a keyword defined in the java
programming language.
-
throws
java keyword
throws " is a keyword defined in the java
programming language. Keywords are basically reserved words which have
specific meaning relevant to a compiler in java programming language likewise
the throw keyword indicates.
-
transient Java Keyword
The transient is a keyword defined in the java
programming language.
-
true Java Keyword
The true is a keyword defined in the java
programming language. Keywords are basically reserved words which have
specific meaning relevant to a compiler in java programming language likewise
the true keyword indicates.
-
try-java-keyword.shtml
The try is a keyword defined in the java
programming language.