Wednesday, October 9, 2013

DOM in Javascript

DOM Abbreviated as Document Object Model. It’s a Platform and Language API(Application Programming Interface) which allows programs to access andupdate the content, Structure, and Style of a document. We can Say JVM(Java virtual Machine) for Java. DOM is for UI(HTML, CSS, Javascript etc). DOM represents a document as a tree structure. The tree made up of parent-child relationship. parent-child relationship means a parent can have one or more children nodes. Example: <html> <head> <title>title text</title> </head> <body> content text </body> </html> DOM Structure: DOM Structure In...

Friday, August 3, 2012

I/O Streams in Java – with simple example

       Streams are used to transfer data from one location to location, just like a water pipe which carrires water from one place to other. Different sizes of waters pipes are used to carry water from different sources (Ex: Ground water, from water tank, from reservoir, etc.).  The size and type of the pipe depend upon the quantity of water that to be transferred.  Similarly in java different streams are used to transfer data to/from different source (Ex: input device, output device and files) In java, basically there are two types of streams available 1.      Input Stream – A...

Thursday, August 2, 2012

Diamond Inheritance problem in C++ and How it is solved in Java

In this tutorial, we can examine the problem with multiple inheritance in C++ language and how it is avoided in java using Interface concepts. Before going to the actual discussion, let us check out some basics about the multiple Inheritance concept. What is multiple Inheritance? Deriving a sub-class from two or more super classes is called multiple Inheritance. From the figure 1.1 , the sub classes ‘C’ is derived from two super classes (A and B). In multiple Inheritance there can be one or more super classes. Figure 1.1 Deriving sub class C from two super classes (A and B) Problem with multiple Inheritance Consider a super...

Monday, July 30, 2012

Difference Between Window and Frame in Java

What is the Difference between a window and a Frame? A window is an undecorated Frame. That is it doesn’t have title bar, border and any close button. It is just a container, which holds children components on it like button, label, text field, etc. Simple we can say it is an imaginary rectangle. The default layout to place these children is Border Layout. A Frame is derived from window but it has title bar, border, close button, minimize button, resizable and movable options. By default it also has Border Layout. Note: A frame is a part of a window, but a window is not a part of window...

Thursday, April 5, 2012

Om ganeshaya namaha, Om sai baba, Om venkateswara, Om durgamma

Om ganeshaya namaha, Om sai baba, Om venkateswara, Om durgam...

Pages 212 »
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Powered by Blogger