Inheritance is one of the important concepts in Object Oriented Programing System (OOPS), as it supports the concept of hierarchical classification. Inheritance is the process that one object acquires the property of another object. It can also be described by top-down approach. Without the use of this hierarchy, each object need to explain its characteristics […]
Inheritance
Posted in Java Development by admin - Mar 19 2010
Java Servlet Advantages
Posted in Java Development by admin - Mar 09 2010
Java Servlets are well known for their popularity in building dynamic content for web-based applications. Java Servlet technology gives Web developers a simple and consistent approach for extending the functionalities of a Web server and therefore accessing business systems . It overrides the disadvantages of CGI( Common Gateway Interface)systems in many things. Servlet 3.0 released […]
Java Cryptography Extension – JCE
Posted in Java Development by admin - Mar 08 2010
Security is the most concerning factor of any application. Security is crucial where internet technology works. Java programing environment supports many security implementations in different ways. Java SDK 1.4 released with a core part called Java Cryptography Extension ( JCE ), provides various implementations and APIs for performing cryptographic operations in Java programming ,including encryption, […]