Champions during Lab Session
List of programs for Java Practical File | Programming Challenge | Project Report Format
End Term Practice Questions Register Presentation Assignment
List of programs for Java Practical File | Programming Challenge | Project Report Format
End Term Practice Questions Register Presentation Assignment
UNIT IV
I/O Stream, Stream Filters, Buffered Streams,Data input and Output Stream, Print Stream Random Access File, JDBC (Database connectivity with MS-Access, Oracle, MS-SQL Server), Object serialization,Sockets, development of client Server applications, Design of multithreaded server.
Remote Method invocation, Java Native interfaces, Development of a JNI based application.
Collection API Interfaces, Vector, stack, Hashtable, enumeration, set, List, Map, Iterators.
- RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM. The RMI provides remote communication between the applications using two objects stub and skeleton. Read More
- JDBC: Java JDBC is a java API to connect and execute query with the database. JDBC API uses jdbc drivers to connect with the database. Read More
- Servlet: A Java servlet is a Java programming language program that extends the capabilities of a server. Although servlets can respond to any types of requests, they most commonly implement applications hosted on Web servers. Read More
- JSP: JavaServer Pages (JSP) is a server-side programming technology that enables the creation of dynamic, platform-independent method for building Web-based applications. JSP have access to the entire family of Java APIs, including the JDBC API to access enterprise databases. Read More
- EJB
- Struts
- Android
- Frequently Asked Questions and Answers
Visit My Blog: http://vinay-kumar-saini.blogspot.in/