Connected Limited Device Configuration (CLDC) is used specifically with the KVM
for 16-bit or 32-bit devices with limited amounts of memory. This is the configuration
(and the virtual machine) used for developing small J2ME applications. Its size
limitations make CLDC more interesting and challenging (from a development point of
view) than CDC. CLDC is also the configuration that we [...]
The JMF Functional components are divided into three groups:
Input:
Input describes some sort of media that is used as an input to the rest of the process.
Process:
A process performs some sort of action on the input. A process has a distinct input and output. A large number of processes are available, and can be applied to [...]
Definition of a Mobile Agent
Mobile agents are autonomous software entities that can halt themselves, ship themselves to another agent-enabled host on the network, and continue execution, deciding where to go and what to do along the way.
PROPERTIES OF MOBILE AGENTS:
1) Reactive
2) Autonomous Goal driven
3) Temporally continuous
4) Communicative
5) Mobile Learning
FEATURES OF MOBILE AGENTS:
• Overcome network latency
• [...]
If you are a web developer, and you know some JavaScript, it’s time to start using MooTools! What is Mootools? Mootools is a Javascript framework. It can be seen as a new way to write javascript. It actually stands for “My Object Oriented Tools”! They have given full Object Orientedness to javascript.
The most fun part [...]
Apache Tomcat is the servlet container that is used in the official Reference Implementation for the java servlet and java server pages technologies. The Java Servlet and Java Server Pages specifications are developed by Sun under the java community process.
Apache Tomcat is developed in an open and participatory environment and released under the Apache software [...]
Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography. A free implementation of this protocol is available from the Massachusetts Institute of Technology. Kerberos is available in many commercial products as well.
The Internet is an insecure place. Many of the protocols used in the [...]
In a unit testing, the analyst tests the design making up a system. This is also called design testing. The network elements in a system are the routines that are assembled and integrated to perform a specific function in a large system; many components at different levels are needed.
Unit testing focuses first on the networks [...]
16) Given
pck2/Parent.java
package pck2;
public class Parent{
Parent(){
System.out.println(”Parent Created”);
}
}
pck1/Test.java
package pck1;
import pck2.*;
public class Test extends Parent{
Test(){
System.out.println(”Child Created”);
}
}
What will be the output of Test.java?
a) Child Created
Parent Created
b) Parent Created
Child Created
c) Compilation Error
Ans: c
The classes Parent and Test are in different packages and the constructor Parent [...]
Are you addicted to playing games on your mobile? Then its good news as this gets better than just an addiction. In fact it promises one of the biggest careers ahead.
According to research it is predicted that the global market for mobile gaming will be worth $10 Billion dollars by 2013. Big players like apple [...]
Biggest Cat has already presented a post about file extension. Now Biggest Cat came across yet another amazing site which explains about drivers. Camera rivers are always an essential factor if you want to integrate the camera to your computer. It feels that this is the best site online to get to know about canon [...]