Biggest Cat’s decided to start a blog. The crazy cat’s been busy snooping around places and collecting information of all sorts. He can’t wait to put ‘em all up here on his very own blog. But he’s not doing random stuff. No! He’s out with a plan! (prrr!!!).
Biggest Cat sometimes wonders at the strange name that’s been given to him. He certainly isn’t the biggest cat in the world,but his name changes everything! He is the biggest cat, because he is called Biggest Cat. There are so many mysteries as to why he was christened “Biggest Cat”
So stay tuned and don't forget to subscribe . Check out for More...
Feb
23rd

CLDC

Author: admin | Files under Computers

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 [...]


Feb
17th

JMF’s Functional components

Author: admin | Files under Computers

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 [...]


Feb
17th

What is Mobile agent??

Author: admin | Files under Computers

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
•    [...]


Jan
27th

Javascript? Use Mootools

Author: admin | Files under Computers, Internet

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 [...]


Dec
25th

Tomacat server

Author: admin | Files under Computers

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 [...]


Dec
17th

Keberos Protocol

Author: admin | Files under Computers

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 [...]


Dec
17th

UNIT TESTING

Author: admin | Files under Computers

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 [...]


Dec
15th

Java Puzzles 4

Author: admin | Files under Computers, Misc

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 [...]


Nov
19th

Global Mobile Game Market to be worth $10 bn by 2013

Author: admin | Files under Computers, Science, Technology

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 [...]


Oct
30th

Canon Camera Drivers

Author: admin | Files under Computers, Technology

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 [...]