|
|
|
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 |
|
|
General
|
Java Glossary : ANT
Ant is a build tool based on java that provides better support in development of java applications. The applications developed by using the ant build tool resolves various cross platform issues.
View Rating |
|
|
General
|
X - Java Terms
JAX-RPC stands for Java API for XML-based RPC. The RPC (Remote Procedure Call) is a mechanism that enables a remote procedure call from a client to be communicated to a remote server.
View Rating |
|
|