Data Warehousing (1107) Databases (3004) JAVA Related 2673) MainFrames (975) Microsoft Related (2296) Networking (553)
Operating Systems (919) Programming (3254) SAP (2318) Testing FAQS (1674) Testing Material (252) Web Related (994)

what is '1000 projects'?

'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects .net projects, asp projects, c & ds projects, c++ projects (all), cold fusion projects, delphi projects, java projects, perl projects, php projects, sql projects, vc++ projects, visual basic projects.

how it works?

well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.

more number of projects?

here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com


Category Articles
Explain RMI Architecture?
Added on Sat, Dec 26, 2009
RMI uses a layered architecture, each of the layers could be enhanced or replaced without affecting the rest of the system. The details of layers can be summarised as follows:<br><br>1. Application Layer: The client and server program<... Read More
How many types of protocol implementations does RMI have?
Added on Sat, Dec 26, 2009
RMI has at least three protocol implementations: Java Remote Method Protocol(JRMP), Internet Inter ORB Protocol(IIOP), and Jini Extensible Remote Invocation(JERI). These are alternatives, not part of the same thing, All three are indeed layer 6... Read More
What Is a Socket in Java Networking and RMI?
Added on Sat, Dec 26, 2009
A socket is one end-point of a two-way communication link between two programs running on the network. A socket is bound to a port number so that the TCP layer can identify the application that data is destined to be sent. Socket classes are used... Read More
What are the services in RMI ?
Added on Sat, Dec 26, 2009
An RMI "service" could well be any Java method that can be invoked remotely. The other service is the JRMP RMI naming service which is a lookup service. Read More
How do I make a connection to URL?
Added on Sat, Dec 26, 2009
You obtain a URL instance and then invoke openConnection on it. URLConnection is an abstract class, which means you can?t directly create instances of it using a constructor. We have to invoke openConnection method on a URL instance, to get the right... Read More
Does RMI-IIOP support code downloading for Java objects sent by value across an IIOP connection in the same way as RMI does across a JRMP connection
Added on Sat, Dec 26, 2009
Yes. The JDK 1.2 support the dynamic class loading. Read More
Does RMI-IIOP support dynamic downloading of classes?
Added on Sat, Dec 26, 2009
No, RMI-IIOP doesn't support dynamic downloading of the classes as it is done with CORBA in DII (Dynamic Interface Invocation).Actually RMI-IIOP combines the usability of Java Remote Method Invocation (RMI) with the interoperability of the... Read More
What is the difference between URL instance and URLConnection instance?
Added on Sat, Dec 26, 2009
A URL instance represents the location of a resource, and a URLConnection instance represents a link for accessing or communicating with the resource at the location. Read More
What information is needed to create a TCP Socket?
Added on Sat, Dec 26, 2009
In local System: IP Address and Port Number. And the Remote System: IPAddress and Port Number. Read More
What are the two important TCP Socket classes?
Added on Sat, Dec 26, 2009
Socket and ServerSocket. ServerSocket is used for normal two-way socket communication. Socket class allows us to read and write through the sockets. getInputStream() and getOutputStream() are the two methods available in Socket class. Read More





   copy right ® all rights reserved by www.fullinterview.com