Archive for September 2008

When the JVM(Java Virtual Machine) starts running, it looks for the class you give it an the command line. Then its starts looking for a specially-written method that looks exactly like:public static...
Google Search Major Data Structures Documentation
Minggu, 28 September 2008
Posted by Unknown
Tag :
Google,
technology

Google Search Major Data Structures Documentation submited by Sergey Brin and Lawrence Page in Stanford UniversityPrevious Article Link : Google Search Architecture Diagram OverviewGoogle's data structures...

Friends just imagine with out Google Search we can't ! Most of Google is implemented in C or C++ for efficiency and can run in either Solaris or Linux.In Google, the web crawling (downloading of web pages)...

Web.xml mapping servlet names improve web app's flexibility and security..The deployment descriptor (DD), provides a "declarative" mechanism for customizing your web applications without touching source...

What's in a Database?a database is a container that holds tables and other SQL structures related to those tables.An easier way to diagram accout table.Every one having different hobbies. Remove...

My brother Ravi Tamada request one mail about his college presentation. He is planning to do web dynamic project. So i am giving small explanation about JSP (Java Server Pages) to Mysql Connection structure,...

Recently my friend Sreekanth published one website about his company. But Google search database doesn't know about his website. So how to add site URL in Google Search Database.Goto Google Webmaster...
The blogger navbar is a navigation on top of all blogspots. They provide different usefull features and colous. Previous lesson to Customize The Blogger Template now to hide/remove blogger top nav bar.Open...

Blogger is a very good platform to explore your ideas in the web world. Yesterday my friend asked me, how to customize blogger template. So i publish this article about customizing blogger template.Step...

Pointer is a special variable in which the value stored are the addresses of some other variable(or function also in some cases)int *a;The statement written above means that a is a special variable(i.e....