|
|
|
General
|
Enum Data Types
Enum type is a type which consist of fixed set of constant fields. like direction and days includes values NORTH, SOUTH, EAST, and WEST and SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY and SATURDAY respectively.
View Rating |
|
|
General
|
Java EE
Java Platform, Enterprise Edition or Java EE is builds on the solid foundation of Java Platform, Standard Edition (Java SE) and widely used platform for server programming in the Java programming language.
View Rating |
|
|
General
|
Java EE 5
Java Platform, Enterprise Edition 5 (Java EE 5) mainly focuses on to make the development more easier, having richness of the J2EE 1.4 platform.
View Rating |
|
|
General
|
Applet : Java Glossary
An applet in java programming language is a small program that only runs under a Web browser. We can automatically download applet as part of a Web page. Activation of an applet results in execution of a program.
View Rating |
|
|
General
|
Basic authentication
Basic authentication is the process through which a web server authenticates an entity with a user name and password received by the user by using the client's built in authentication mechanism.
View Rating |
|
|
General
|
The break Keyword
"break" is the java keyword used to terminate the program execution within a block of code that immediately comes to the currently enclosing block.
View Rating |
|
|
General
|
Java Bitwise Operator
In computer, the bitwise operators as their name suggests actually work on individual bits of integer (int and long) values rather than working with bytes (or characters).
View Rating |
|
|