Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: Javaskool Category

What is an EJB Context? 0

What is an EJB Context?

EJBContext is an interface that is implemented by the container, and it is also a part of the bean-container contract. Entity beans use a subclass of EJBContext called EntityContext. Session beans use a subclass...

Brief description about local interfaces 0

Brief description about local interfaces

EJB was originally designed around remote invocation using the Java Remote Method Invocation (RMI) mechanism, and later extended to support to standard CORBA transport for these calls using RMI/IIOP. This design allowed for maximum...

What are the the new features in J2SE 5 or java 1.5 ? 0

What are the the new features in J2SE 5 or java 1.5 ?

Java 5.0 New Features Autoboxing/Unboxing Enumerations Varargs Enhanced for loop Metadata-Annotations Java Generics Java 5.0 New Features Java 5.0 New features are listed in short here Autoboxing/Unboxing Enumerations – with ‘enum’ keyword Varargs –...