Welcome To Java and Android

Welcome To Java

JAVA

JAVA

Java is an object-oriented programming language developed by Sun Microsystems that plays to the strengths of the Internet.
Object-oriented programming (OOP) is an unusual but powerful way to develop software. In OOP, a computer program is considered to be a group of objects that interact with each other.

Consider an embezzlement program implemented with Java: A Worker object skims some Money objects from the CompanyFunds object and puts them in its own BankAccount object. If another Worker object uses the DoubleCheckFunds object, a Police object will be called.

The feature that is best known about Java is that it can be used to create programs that execute from World Wide Web pages. These programs are called applets.
Java programs made a big splash on the Web because they offered interactivity in a medium that was largely one way. The Web distributes almost all information in a passive manner. Someone using a browser asks for a page, looks it over, asks for another, looks it over, and so on. Lather, rinse, repeat.
A Java applet running on a Web page provides a much richer experience--both in terms of information and user interaction. Information can change in response to user input or be updated dynamically as a Web page is viewed. Figure 1.3 shows an example of a Java applet that dynamically updates itself. The applet, offered by JavaWorld magazine (at the URL http://www.javaworld.com) in conjunction with Quote.Com, updates a stock portfolio dynamically with quotes updated in real time.


Why Java Is Internationally Beloved


Platform Independent:

The concept of Write-once-run-anywhere (known as the Platform independent) is one of the important key feature of java language that makes java as the most powerful language. Not even a single language is idle to this feature but java is more closer to this feature. The programs written on one platform can run on any platform provided the platform must have the JVM.


Simple:

There are various features that makes the java as a simple language. Programs are easy to write and debug because java does not use the pointers explicitly. It is much harder to write the java programs that can crash the system but we can not say about the other programming languages. Java provides the bug free system due to the strong memory management. It also has the automatic memory allocation and deallocation system.


Object Oriented:

To be an Object Oriented language, any language must follow at least the four characteristics.

Inheritance: It is the process of creating the new classes and using the behavior of the existing classes by extending them just to reuse the existing code and adding the additional features as needed.
Encapsulation: It is the mechanism of combining the information and providing the abstraction.
Polymorphism: As the name suggest one name multiple form, Polymorphism is the way of providing the different functionality by the
functions having the same name based on the signatures of the methods.
Dynamic binding : Sometimes we don't have the knowledge of objects about their specific types while writing our code. It is the way of providing the maximum functionality to a program about the specific type at runtime.

As the languages like Objective C, C++ fulfills the above four characteristics yet they are not fully object oriented languages because they are structured as well as object oriented languages. But in case of java, it is a fully Object Oriented language because object is at the outer most level of data structure in java. No stand alone methods, constants, and variables are there in java. Everything in java is object even the primitive data types can also be converted into object by using the wrapper class.


Robust:

Java has the strong memory allocation and automatic garbage collection mechanism. It provides the powerful exception handling and type checking mechanism as compare to other programming languages. Compiler checks the program whether there any error and interpreter checks any run time error and makes the system secure from crash. All of the above features makes the java language robust.


Distributed:

The widely used protocols like HTTP and FTP are developed in java. Internet programmers can call functions on these protocols and can get access the files from any remote machine on the internet rather than writing codes on their local system.


Portable:

The feature Write-once-run-anywhere makes the java language portable provided that the system must have interpreter for the JVM. Java also have the standard data size irrespective of operating system or the processor. These features makes the java as a portable language.


Dynamic:

While executing the java program the user can get the required files dynamically from a local drive or from a computer thousands of miles away from the user just by connecting with the Internet.


Secure:

Java does not use memory pointers explicitly. All the programs in java are run under an area known as the sand box. Security manager determines the accessibility options of a class like reading and writing a file to the local disk. Java uses the public key encryption system to allow the java applications to transmit over the internet in the secure encrypted form. The bytecode Verifier checks the classes after loading.


Performance:

Java uses native code usage, and lightweight process called threads. In the beginning interpretation of bytecode resulted the performance slow but the advance version of JVM uses the adaptive and just in time compilation technique that improves the performance.


Multithreaded

As we all know several features of Java like Secure, Robust, Portable, dynamic etc; you will be more delighted to know another feature of Java which is Multithreaded.

Java is also a Multithreaded programming language. Multithreading means a single program having different threads executing independently at the same time. Multiple threads execute instructions according to the program code in a process or a program. Multithreading works the similar way as multiple processes run on one computer.

Multithreading programming is a very interesting concept in Java. In multithreaded programs not even a single thread disturbs the execution of other thread. Threads are obtained from the pool of available ready to run threads and they run on the system CPUs. This is how Multithreading works in Java which you will soon come to know in details in later chapters.


Interpreted:

We all know that Java is an interpreted language as well. With an interpreted language such as Java, programs run directly from the source code.
The interpreter program reads the source code and translates it on the fly into computations. Thus, Java as an interpreted language depends on an interpreter program.

The versatility of being platform independent makes Java to outshine from other languages. The source code to be written and distributed is platform independent.

Another advantage of Java as an interpreted language is its error debugging quality. Due to this any error occurring in the program gets traced. This is how it is different to work with Java.


Architecture Neutral:

The term architectural neutral seems to be weird, but yes Java is an architectural neutral language as well. The growing popularity of networks makes developers think distributed. In the world of network it is essential that the applications must be able to migrate easily to different computer systems. Not only to computer systems but to a wide variety of hardware architecture and Operating system architectures as well. The Java compiler does this by generating byte code instructions, to be easily interpreted on any machine and to be easily translated into native machine code on the fly. The compiler generates an architecture-neutral object file format to enable a Java application to execute anywhere on the network and then the compiled code is executed on many processors, given the presence of the Java runtime system. Hence Java was designed to support applications on network. This feature of Java has thrived the programming language.


HTML

HTML, which stands for HyperText Markup Language, is a markup language used to create web pages. The web developer uses "HTML tags" to format different parts of the document. For example, you use HTML tags to specify headings, paragraphs, lists, tables, images and much more.


HTML is a subset of Standard Generalized Markup Language (SGML) and is specified by the World Wide Web Consortium (W3C).

What do I need to create HTML?

You don't need any special equipment or software to create HTML. In fact, you probably already have everything you need. Here is what you need:

* Computer
* Text or HTML editor. Most computers already have a text editor and you can easily create HTML files using a text editor. Having said that, there are definite benefits to be gained in downloading an HTML editor.

If you want the best HTML editor, and you don't mind paying money for it, you can't go past Adobe Dreamweaver. Dreamweaver is probably the best HTML editor available, and you can download a trial version for starters.

If you don't have the cash to purchase an editor, you can always download a free one. Examples include SeaMonkey, Coffee Cup (Windows) and TextPad (Windows).

If you don't have an HTML editor, and you don't want to download one just now, a text editor is fine. Most computers already have a text editor. Examples of text editors include Notepad (for Windows), Pico (for Linux), or Simpletext/Text Edit/Text Wrangler (Mac).
* Web Browser. For example, Internet Explorer or Firefox.








Getting Started



Creating a Webpage



1.Create an HTML file

An HTML file is simply a text file saved with an .html or .htm extension (i.e. as opposed to a .txt extension).
1. Open up your computer's normal plain text editor (this will probably be Notepad if you're using Windows or TextEdit if you're using a Mac). You could use a specialized HTML editor such as DreamWeaver or FrontPage if you prefer.
2. Create a new file (if one wasn't already created)
3. Save the file as html_example.html

2.Type some HTML code

Type the following code:



HTML Tutorial Example


It is easy to implement HTML



3.View the result in your browser

Either...
1. Navigate to your file then double click on it

...OR...
1. Open up your computer's web browser (for example, Internet Explorer, Firefox, Netscape etc).
2. Select File > Open, then click "Browse". A dialogue box will appear prompting you to navigate to the file. Navigate to the file, then select "Open".

HTML Tags

Structure


The HTML html tag is the container that contains all other HTML elements (except for the !DOCTYPE tag which is located before the opening html tag).
All other HTML elements are nested between the opening and tags.It indicates that the text is in HTML

ATTRIBUTES:

version Specifies the HTML DTD version of the document. The version attribute is deprecated - use the !doctype tag instead.
content Specifies the property's value.
scheme Specifies a scheme to use to interpret the property's value (as declared in the content attribute).
http-equiv Used for http response message headers. For example http-equiv can be used to refresh the page or to set a cookie. Values include content-type, expires, refresh and set-cookie.
lang Language code
dir Specifies the direction of the text



The HEAD part of the document provides information about the document. It should not contain text or normal markup.
If a browser encounters such markup, it will assume it has arrived in the BODY section of the document already.

ATTRIBUTES:

profile Specifies the URI/URL of one or more meta data profiles.
lang Language code
dir Specifies the direction of the text


The main body of an HTML document where all of the content is placed. You must use this element and it should be used just once.
It must start immediately after the closing head tag and end directly before the closing html tag.

ATTRIBUTES:

background Specifies the URI/URL of a background image. This attribute is now deprecated.
text Specifies the text color. This attribute is now deprecated.
link Specifies the color of unvisited hyperlink text. This attribute is now deprecated.
vlink Specifies the color of visited hyperlink text. This attribute is now deprecated.
alink Specifies the color of active hyperlink text (i.e. when the user clicks on it). This attribute is now deprecated.
class Document wide identifier.
id Document wide identifier
lang Language code
dir Specifies the direction of the text
title Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip").
style Inline style (CSS)
bgcolor Background color
onload Intrinsic event
onunload Intrinsic event
onclick Intrinsic event
ondbclick Intrinsic event
onmousedown Intrinsic event
onmouseup Intrinsic event
onmouseover Intrinsic event
onmousemove Intrinsic event
onmouseout Intrinsic event
onkeypress Intrinsic event
onkeydown Intrinsic event
onkeyup Intrinsic event



The DIV tag is used to mark up divisions in a document. It can enclose paragraphs, headers and other block elements. Currently, you can only use it to set the default alignment for all enclosed block elements.
Future standards will most likely include more options for DIV.

ATTRIBUTES:

dir Specifies the direction of the text
class Document wide identifier.
id Document wide identifier
lang Language code
title Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip").
style Inline style (CSS)
align Specifies alignment (left, right, center, justify).
onclick Intrinsic event
ondbclick Intrinsic event
onmousedown Intrinsic event
onmouseup Intrinsic event
onmouseover Intrinsic event
onmousemove Intrinsic event
onmouseout Intrinsic event
onkeypress Intrinsic event
onkeydown Intrinsic event
onkeyup Intrinsic event









Meta Information


Document type declaration. This is used to let the browser know what version of HTML you are using.
If you don't use it, or if you get it wrong, the browser will assume you don't know what you're doing and switch to 'quirks mode', which will not render things as they should be.
Apparently it's more 'forgiving' but it actually seems to be quite random and confusing.
Example:

ATTRIBUTES:

NONE



</h2><p>Defines the title of a page. You must have a title element to produce a valid document and it must be placed within the head element.<br /> It is usually displayed at the top of the browser's window, but also used to label a bookmark entry for the document and as a caption in search engine results. <br /> </P><h3>ATTRIBUTES:</h3><p>lang Language code<br /> dir Specifies the direction of the text<br /> </p></div><br /> <br /> <div><h2><link></h2><p></P><h3>ATTRIBUTES:</h3><p>dir Specifies the direction of the text<br /> class Document wide identifier.<br /> id Document wide identifier<br /> lang Language code<br /> title Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip").<br /> style Inline style (CSS)<br /> href Specifies the URL of the resource document.<br /> hreflang Language code of the destination URL<br /> type The MIMEtype of content at the link destination<br /> rel Describes the relationship between the current document and the destination URI.<br /> <br /> alternate<br /> appendix<br /> bookmark<br /> chapter<br /> contents<br /> copyright<br /> glossary<br /> help<br /> home<br /> index<br /> next<br /> prev<br /> section<br /> start<br /> stylesheet<br /> subsection<br /> <br /> rev Describes a reverse between the destination URI and the current document. Possible values:<br /> <br /> alternate<br /> appendix<br /> bookmark<br /> chapter<br /> contents<br /> copyright<br /> glossary<br /> help<br /> home<br /> index<br /> next<br /> prev<br /> section<br /> start<br /> stylesheet<br /> subsection<br /> <br /> target Specifies the target frame to load the page into. Possible values:<br /> <br /> _blank<br /> _self<br /> _top<br /> _parent<br /> <br /> media Specifies the device the document will be displayed on. Possible values:<br /> <br /> all<br /> braille<br /> print<br /> projection<br /> screen<br /> speech<br /> charset Defines the character encoding of the linked document.<br /> onclick Intrinsic event <br /> ondbclick Intrinsic event <br /> onmousedown Intrinsic event<br /> onmouseup Intrinsic event <br /> onmouseover Intrinsic event <br /> onmousemove Intrinsic event<br /> onmouseout Intrinsic event <br /> onkeypress Intrinsic event <br /> onkeydown Intrinsic event <br /> onkeyup Intrinsic event<br /> </p></div><br /> <br /> <br /> <div><h2></h2><p></P><h3>ATTRIBUTES:</h3><p></p></div></div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/03627042108188384272' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/03627042108188384272' rel='author' title='author profile'> <span itemprop='name'>JAVA</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://peddeatishireasha.blogspot.com/2012/01/html-tags.html' itemprop='url'/> <a class='timestamp-link' href='http://peddeatishireasha.blogspot.com/2012/01/html-tags.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-01-11T23:11:00-08:00'>11:11 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://peddeatishireasha.blogspot.com/2012/01/html-tags.html#comment-form' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=3026383838790993053&postID=6248528955472474893' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1761392151'> <a href='https://www.blogger.com/post-edit.g?blogID=3026383838790993053&postID=6248528955472474893&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=6248528955472474893&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=6248528955472474893&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=6248528955472474893&target=twitter' target='_blank' title='Share to X'><span class='share-button-link-text'>Share to X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=6248528955472474893&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=6248528955472474893&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5CoErSTMaOBKria-xvwZHBv-sneQY4ZI_jJW_eSmbUTh9DzsnsS7Zy106v6Qu9lbMurPYJ7cKOTeNYEazyPycpCWup5bcmLD8Wm7-3CHfi5F9L9ZZeDzIIz2tUbVfEA4bj-o26qapDTo/s320/jsp1.gif' itemprop='image_url'/> <meta content='3026383838790993053' itemprop='blogId'/> <meta content='1247386969318866795' itemprop='postId'/> <a name='1247386969318866795'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://peddeatishireasha.blogspot.com/2012/01/jsp.html'>JSP</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1247386969318866795' itemprop='description articleBody'> <div><h1>Introduction to JSP</h1><br /> <p>JavaServer Pages (JSP) is a technology based on the Java language and enables the development of dynamic web sites. JSP was developed by Sun Microsystems to allow server side development. JSP files are HTML files with special Tags containing Java source code that provide the dynamic content.</p><br /> <p>The following shows the Typical Web server,different clients connecting via the Internet to a Web server. In this example,the Web server is running on Unix and is the very popular Apache Web server</p><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5CoErSTMaOBKria-xvwZHBv-sneQY4ZI_jJW_eSmbUTh9DzsnsS7Zy106v6Qu9lbMurPYJ7cKOTeNYEazyPycpCWup5bcmLD8Wm7-3CHfi5F9L9ZZeDzIIz2tUbVfEA4bj-o26qapDTo/s1600/jsp1.gif" imageanchor="1" style="margin-left:1em; margin-right:1em"><img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5CoErSTMaOBKria-xvwZHBv-sneQY4ZI_jJW_eSmbUTh9DzsnsS7Zy106v6Qu9lbMurPYJ7cKOTeNYEazyPycpCWup5bcmLD8Wm7-3CHfi5F9L9ZZeDzIIz2tUbVfEA4bj-o26qapDTo/s320/jsp1.gif" width="303" /></a></div><br /> <br /> <br /> <p>First static web pages were displayed. Typically these were people?s first experience with making web pages so consisted of My Home Page sites and company marketing information. Afterwards Perl and C were languages used on the web server to provide dynamic content. Soon most languages including Visualbasic,Delphi,C and Java could be used to write applications that provided dynamic content using data from text files or database requests. These were known as CGI server side applications. ASP was developed by Microsoft to allow HTML developers to easily provide dynamic content supported as standard by Microsoft?s free Web Server,Internet Information Server (IIS). JSP is the equivalent from Sun Microsystems,a comparison of ASP and JSP will be presented in the following section.</p><br /> <p>The following diagram shows a web server that supports JSP files. Notice that the web server also is connected to a database.</p><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTsTmEWVhLo4rOCw2umFFoaLtLx61uYJJNof9UhZ1AMP82JuC3OdNzlWfIABy9DSRWzO8FdWlkqqQpzlLQtQawo7Q4W2D0WviEIkiZUh7FZvzaW3hzKZYNQ3k5M_RUxq_9J-dDfKfnxqg/s1600/jsp11.gif" imageanchor="1" style="margin-left:1em; margin-right:1em"><img border="0" height="251" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTsTmEWVhLo4rOCw2umFFoaLtLx61uYJJNof9UhZ1AMP82JuC3OdNzlWfIABy9DSRWzO8FdWlkqqQpzlLQtQawo7Q4W2D0WviEIkiZUh7FZvzaW3hzKZYNQ3k5M_RUxq_9J-dDfKfnxqg/s320/jsp11.gif" width="320" /></a></div><br /> <br /> <br /> <p>JSP source code runs on the web server in the JSP Servlet Engine. The JSP Servlet engine dynamically generates the HTML and sends the HTML output to the client?s web browser. </p></div><br /> <h1>Use Of JSP</h1><br /> <p>JSP is easy to learn and allows developers to quickly produce web sites and applications in an open and standard way. JSP is based on Java,an object-oriented language. JSP offers a robust platform for web development.<br /> <br /> <b>Main reasons to use JSP:</b><br /> <br /> 1. Multi platform<br /> 2. Component reuse by using Javabeans and EJB.<br /> 3. Advantages of Java.<br /> 4. You can take one JSP file and move it to another platform,web server or JSP Servlet engine. </p><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhT-yDHONwbc7mnuEZkLH_XKn004o2SOiM9Y3zYHqW4JXC3-0enU5zj3pRW4QDIsy8OZ46Lp_G2wvh9kU7hVbZQR3fkMDY5tTOhs03hN9gDq7y0DhyS5EW_4sHYo0J_DLWkOqxDFi3K0fg/s1600/jsp2.gif" imageanchor="1" style="margin-left:1em; margin-right:1em"><img border="0" height="168" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhT-yDHONwbc7mnuEZkLH_XKn004o2SOiM9Y3zYHqW4JXC3-0enU5zj3pRW4QDIsy8OZ46Lp_G2wvh9kU7hVbZQR3fkMDY5tTOhs03hN9gDq7y0DhyS5EW_4sHYo0J_DLWkOqxDFi3K0fg/s320/jsp2.gif" width="320" /></a></div><br /> <br /> <br /> <p>This means you are never locked into one vendor or platform.<br /> <br /> HTML and graphics displayed on the web browser are classed as the presentation layer. The Java code (JSP) on the server is classed as the implementation.<br /> <br /> By having a separation of presentation and implementation,web designers work only on the presentation and Java developers concentrate on implementing the application.<br /> </p><br /> <br /> <div><h1>JSP architecture</h1><br /> <p>JSPs are built on top of SUN Microsystems' servlet technology. JSPs are essential an HTML page with special JSP tags embedded. These JSP tags can contain Java code. The JSP file extension is .jsp rather than .htm or .html. The JSP engine parses the .jsp and creates a Java servlet source file. It then compiles the source file into a class file,this is done the first time and this why the JSP is probably slower the first time it is accessed. Any time after this the special compiled servlet is executed and is therefore returns faster.<br /> </p><div class="separator" style="clear: both; text-align: center;"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifTCUamEmfrByYkrDnpJa0S7HB7WQ3mYUHp99E15g0LrWLyTZ7SwbFQPf5zj4TwlAINeb77cv0kyW6YO7fif2u-cFttgXXmKHbvc0qPsDKND-UAfzXNQHMM8dbElaruMpRtI1Kay1Aek4/s1600/jsparc.gif" imageanchor="1" style="margin-left:1em; margin-right:1em"><img border="0" height="211" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifTCUamEmfrByYkrDnpJa0S7HB7WQ3mYUHp99E15g0LrWLyTZ7SwbFQPf5zj4TwlAINeb77cv0kyW6YO7fif2u-cFttgXXmKHbvc0qPsDKND-UAfzXNQHMM8dbElaruMpRtI1Kay1Aek4/s320/jsparc.gif" width="320" /></a></div><br /> <br /> <p><b>Steps required for a JSP request:</b><br /> 1. The user goes to a web site made using JSP. The user goes to a JSP page (ending with .jsp). The web browser makes the request via the Internet.<br /> 2. The JSP request gets sent to the Web server.<br /> 3. The Web server recognises that the file required is special (.jsp),therefore passes the JSP file to the JSP Servlet Engine.<br /> 4. If the JSP file has been called the first time,the JSP file is parsed,otherwise go to step 7.<br /> 5. The next step is to generate a special Servlet from the JSP file. All the HTML required is converted to println statements.<br /> 6. The Servlet source code is compiled into a class.<br /> 7. The Servlet is instantiated,calling the init and service methods.<br /> 8. HTML from the Servlet output is sent via the Internet.<br /> 9. HTML results are displayed on the user's web browser.<br /> </p></div><br /> <div><br /> <h1>JSP tags</h1><br /> <b>There are five main tags:</b><br /> <br /> 1. Declaration tag<br /> 2. Expression tag<br /> 3. Directive tag<br /> 4. Scriptlet tag<br /> 5. Action tag <br /> </div><br /> <div><p><b>Declaration tag ( <%! %> )</b><br /> <p>This tag allows the developer to declare variables or methods.<br /> Before the declaration you must have <%! At the end of the declaration,the developer must have %><br /> Code placed in this tag must end in a semicolon ( ; ).<br /> Declarations do not generate output so are used with JSP expressions or scriptlets.<br /> </p><b><i> Example:</i></b><br /> <p><%! private int counter = 0 ; private String get Account ( int accountNo) ; %><br /> </p></p></div><div><b>Expression tag ( <%= %>)</b><br /> <p>This tag allows the developer to embed any Java expression and is short for out.println().</p><p>A semicolon ( ; ) does not appear at the end of the code inside the tag.</p><b><i> Example:</i></b><br /> <p>To show the current date and time.<br /> Date : <%= new java.util.Date() %> </p></div><div><b>Directive tag ( <%@ directive ... %> )</b><br /> <p>A JSP directive gives special information about the page to the JSP Engine.</p><b> There are three main types of directives:</b> <br /> <br /> 1) page - processing information for this page.<br /> 2) Include - files to be included.<br /> 3) Tag library - tag library to be used in this page. <br /> <p>Directives do not produce any visible output when the page is requested but change the way the JSP Engine processes the page.</p><p><b><i> Example:</i></b><br /> <p>You can make session data unavailable to a page by setting a page directive (session) to false.</p></div><div><b>Action tag</b><br /> There are three main roles of action tags :<br /> <br /> 1) enable the use of server side Javabeans<br /> 2) transfer control between pages<br /> 3) browser independent support for applets.<br /> <b><i>Javabeans</i></b><br /> <p>A Javabean is a special type of class that has a number of methods. The JSP page can call these methods so can leave most of the code in these Javabeans. For example,if you wanted to make a feedback form that automatically sent out an email. By having a JSP page with a form,when the visitor presses the submit button this sends the details to a Javabean that sends out the email. This way there would be no code in the JSP page dealing with sending emails (JavaMail API) and your Javabean could be used in another page (promoting reuse).</p><b><i> Example:</i></b> <br /> <p>To use a Javabean in a JSP page use the following syntax:<br /> <jsp : usebean id = " ...." scope = "application" class = "com..." /><br /> <b>The following is a list of Javabean scopes:</b><br /> 1. page - valid until page completes.<br /> 2. request - bean instance lasts for the client request<br /> 3. session - bean lasts for the client session.<br /> 4. application - bean instance created and lasts until application ends. <br /> </p></div><div><b>Scriptlet tag ( <% ... %> )</b><br /> <p>Between <% and %> tags,any valid Java code is called a Scriptlet. This code can access any variable or bean declared.</p><b><i> Example:</i></b><br /> <p>to print a variable. <br /> <% String username = "visualbuilder" ; out.println ( username ) ; %> </p></div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/03627042108188384272' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/03627042108188384272' rel='author' title='author profile'> <span itemprop='name'>JAVA</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://peddeatishireasha.blogspot.com/2012/01/jsp.html' itemprop='url'/> <a class='timestamp-link' href='http://peddeatishireasha.blogspot.com/2012/01/jsp.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-01-11T23:09:00-08:00'>11:09 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://peddeatishireasha.blogspot.com/2012/01/jsp.html#comment-form' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=3026383838790993053&postID=1247386969318866795' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1761392151'> <a href='https://www.blogger.com/post-edit.g?blogID=3026383838790993053&postID=1247386969318866795&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1247386969318866795&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1247386969318866795&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1247386969318866795&target=twitter' target='_blank' title='Share to X'><span class='share-button-link-text'>Share to X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1247386969318866795&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1247386969318866795&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='3026383838790993053' itemprop='blogId'/> <meta content='1510208615768039379' itemprop='postId'/> <a name='1510208615768039379'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://peddeatishireasha.blogspot.com/2012/01/installation-of-android-as-plug-in-in.html'>Installation of android as plug in in Eclipse</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1510208615768039379' itemprop='description articleBody'> <div><br /> <b>ANDROID APPLICATION</b><br /> <b>Installing the SDK:</b><br /> <i><b>1.Preparing Your Development Computer:</b></i><br /> <br /> Before getting started with the Android SDK, take a moment to confirm that your development computer meets the System Requirements. <br /> <br /> <i><b>2.Downloading the SDK Starter Package:</b></i><br /> <br /> If you haven't already, get the latest version of the SDK starter package .<br /> If you downloaded a .zip or .tgz package (instead of the SDK installer), unpack it to a safe location on your machine. By default, the SDK files are unpacked into a directory named android-sdk-<machine-platform>.<br /> If you downloaded the Windows installer (.exe file), run it now and it will check whether the proper Java SE Development Kit (JDK) is installed (installing it, if necessary), then install the SDK Tools into a default location (which you can modify).<br /> <br /> <b><i>3.Installing the ADT Plugin for Eclipse:</i></b><br /> <br /> Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT), that is designed to give you a powerful, integrated environment in which to build Android applications. <br /> <br /> <br /> <br /> <b><i>Eclipse 3.5 (Galileo) and 3.6 (Helios) </i></b><br /> Start Eclipse, then select Help > Install New Software.... <br /> 1. Click Add, in the top-right corner. <br /> 2. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: <br /> https://dl-ssl.google.com/android/eclipse/<br /> Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).<br /> Click OK.<br /> 3. In the Available Software dialog, select the checkbox next to Developer Tools and click Next. <br /> 4. In the next window, you'll see a list of the tools to be downloaded. Click Next. <br /> 5. Read and accept the license agreements, then click Finish. <br /> 6. When the installation completes, restart Eclipse. <br /> <i><b>Configuring the ADT Plugin:</b></i><br /> Once you've successfully downloaded ADT as described above, the next step is to modify your ADT preferences in Eclipse to point to the Android SDK directory:<br /> Select Window > Preferences... to open the Preferences panel . <br /> Select Android from the left panel. <br /> For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory. <br /> Click Apply, then OK. <br /> <br /> <b><i>4.Adding Platforms and Other Components:</i></b><br /> <br /> The last step in setting up your SDK is using the Android SDK and AVD Manager (a tool included in the SDK starter package) to download essential SDK components into your development environment. <br /> If you used the Windows installer, when you complete the installation wizard, it will launch the Android SDK and AVD Manager with a default set of platforms and other components selected for you to install. Simply click Install to accept the recommended set of components and install them. <br /> You can launch the Android SDK and AVD Manager in one of the following ways:<br /> From within Eclipse, select Window > Android SDK and AVD Manager. <br /> On Windows, double-click the SDK Manager.exe file at the root of the Android SDK directory.<br /> To download components, use the graphical UI of the Android SDK and AVD Manager, shown in below and to browse the SDK repository and select new or updated components. The Android SDK and AVD Manager will install the selected components in your SDK environment. <br /> The Android SDK and AVD Manager's Available Packages panel, which shows the SDK components that are available for you to download into your environment. <br /> <br /> <i><b>Available Components:</b></i><br /> SDK Tools <br /> SDK Platform-tools <br /> Android platforms <br /> USB Driver for Windows <br /> Samples <br /> Documentation <br /> <br /> <br /> </div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/03627042108188384272' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/03627042108188384272' rel='author' title='author profile'> <span itemprop='name'>JAVA</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://peddeatishireasha.blogspot.com/2012/01/installation-of-android-as-plug-in-in.html' itemprop='url'/> <a class='timestamp-link' href='http://peddeatishireasha.blogspot.com/2012/01/installation-of-android-as-plug-in-in.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-01-11T23:08:00-08:00'>11:08 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://peddeatishireasha.blogspot.com/2012/01/installation-of-android-as-plug-in-in.html#comment-form' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=3026383838790993053&postID=1510208615768039379' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1761392151'> <a href='https://www.blogger.com/post-edit.g?blogID=3026383838790993053&postID=1510208615768039379&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1510208615768039379&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1510208615768039379&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1510208615768039379&target=twitter' target='_blank' title='Share to X'><span class='share-button-link-text'>Share to X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1510208615768039379&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=1510208615768039379&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='3026383838790993053' itemprop='blogId'/> <meta content='4612726019619686075' itemprop='postId'/> <a name='4612726019619686075'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://peddeatishireasha.blogspot.com/2012/01/helloworld-application.html'>HelloWorld Application</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-4612726019619686075' itemprop='description articleBody'> <div><b><i>Hello World Application</i></b><br /> <br /> <b><i><b>Install a Platform</b></i></b><br /> <br /> To run the Hello World application, you need to install at least one Android platform in your SDK environment. If you have not already performed this step, you need to do it now.<br /> <br /> <b><i>To install a platform in Eclipse:</i></b><br /> <br /> 1. In the Android SDK and AVD Manager, choose Available Packages in the left panel. <br /> 2. Click the repository site checkbox to display the components available for installation. <br /> 3. Select at least one platform to install, and click Install Selected. If you aren't sure which platform to install, use the latest version. <br /> Create an AVD<br /> In this tutorial, you will run your application in the Android Emulator. Before you can launch the emulator, you must create an Android Virtual Device (AVD). An AVD defines the system image and device settings used by the emulator.<br /> <br /> <i>To create an AVD:</i><br /> 1. In Eclipse, choose Window > Android SDK and AVD Manager. <br /> 2. Select Virtual Devices in the left panel. <br /> 3. Click New. The Create New AVD dialog appears.<br /> 4. Type the name of the AVD, such as "my_avd". <br /> 5. Choose a target. The target is the platform (that is, the version of the Android SDK, such as 2.1) you want to run on the emulator. <br /> You can ignore the rest of the fields for now. <br /> 6. Click Create AVD. <br /> <br /> <b><i>Create a New Android Project : </i></b><br /> <br /> After you've created an AVD, the next step is to start a new Android project in Eclipse.<br /> 1. From Eclipse, select File > New > Project. <br /> If the ADT Plugin for Eclipse has been successfully installed, the resulting dialog should have a folder labeled "Android" which should contain "Android Project". (After you create one or more Android projects, an entry for "Android XML File" will also be available.)<br /> 2. Select "Android Project" and click Next.<br /> </div> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/03627042108188384272' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/03627042108188384272' rel='author' title='author profile'> <span itemprop='name'>JAVA</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://peddeatishireasha.blogspot.com/2012/01/helloworld-application.html' itemprop='url'/> <a class='timestamp-link' href='http://peddeatishireasha.blogspot.com/2012/01/helloworld-application.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2012-01-11T23:07:00-08:00'>11:07 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://peddeatishireasha.blogspot.com/2012/01/helloworld-application.html#comment-form' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=3026383838790993053&postID=4612726019619686075' title='Email Post'> <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1761392151'> <a href='https://www.blogger.com/post-edit.g?blogID=3026383838790993053&postID=4612726019619686075&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=4612726019619686075&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=4612726019619686075&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=4612726019619686075&target=twitter' target='_blank' title='Share to X'><span class='share-button-link-text'>Share to X</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=4612726019619686075&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3026383838790993053&postID=4612726019619686075&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://peddeatishireasha.blogspot.com/' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a> </span> <a class='home-link' href='http://peddeatishireasha.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://peddeatishireasha.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a> </div> </div> </div></div> </div> </div> <div class='column-left-outer'> <div class='column-left-inner'> <aside> </aside> </div> </div> <div class='column-right-outer'> <div class='column-right-inner'> <aside> <div class='sidebar section' id='sidebar-right-1'><div class='widget Profile' data-version='1' id='Profile1'> <h2>Shireasha Peddeati</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/03627042108188384272'><img alt='My photo' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkk0O16N2XoLu5iGwHz7d78RncQ1iGJaD5Gd4nckKd794-xSJFw8mkrnPd22Aa7IapJIfaEICyzUtk2MT7zE3ZTc98Cs_DChOkdSnAmdeouOguQr07wwFN0aL_C8qqrQ/s220/images.jpeg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/03627042108188384272' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> JAVA </a> </dt> <dd class='profile-data'>Kadapa, Andhra Pradesh, India</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/03627042108188384272' rel='author'>View my complete profile</a> <div class='clear'></div> </div> </div><div class='widget PageList' data-version='1' id='PageList1'> <h2>Pages</h2> <div class='widget-content'> <ul> <li> <a href='http://peddeatishireasha.blogspot.com/'>Home</a> </li> </ul> <div class='clear'></div> </div> </div><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers/frame/3026383838790993053?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMzMzMzMzMiByMzMzY2OTkqC3RyYW5zcGFyZW50MgcjODg4ODg4OgcjMzMzMzMzQgcjMzM2Njk5SgcjMDAwMDAwUgcjMzM2Njk5Wgt0cmFuc3BhcmVudA%3D%3D\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttp://peddeatishireasha.blogspot.com"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); }, 'blogger-ping': function() { } } }); } }); } followersIframeOpen("https://www.blogger.com/followers/frame/3026383838790993053?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMzMzMzMzMiByMzMzY2OTkqC3RyYW5zcGFyZW50MgcjODg4ODg4OgcjMzMzMzMzQgcjMzM2Njk5SgcjMDAwMDAwUgcjMzM2Njk5Wgt0cmFuc3BhcmVudA%3D%3D\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttp://peddeatishireasha.blogspot.com"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://peddeatishireasha.blogspot.com/2012/'> 2012 </a> <span class='post-count' dir='ltr'>(6)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://peddeatishireasha.blogspot.com/2012/01/'> January </a> <span class='post-count' dir='ltr'>(6)</span> <ul class='posts'> <li><a href='http://peddeatishireasha.blogspot.com/2012/01/java.html'>JAVA</a></li> <li><a href='http://peddeatishireasha.blogspot.com/2012/01/html.html'>HTML</a></li> <li><a href='http://peddeatishireasha.blogspot.com/2012/01/html-tags.html'>HTML Tags</a></li> <li><a href='http://peddeatishireasha.blogspot.com/2012/01/jsp.html'>JSP</a></li> <li><a href='http://peddeatishireasha.blogspot.com/2012/01/installation-of-android-as-plug-in-in.html'>Installation of android as plug in in Eclipse</a></li> <li><a href='http://peddeatishireasha.blogspot.com/2012/01/helloworld-application.html'>HelloWorld Application</a></li> </ul> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div></div> </aside> </div> </div> </div> <div style='clear: both'></div> <!-- columns --> </div> <!-- main --> </div> </div> <div class='main-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> <footer> <div class='footer-outer'> <div class='footer-cap-top cap-top'> <div class='cap-left'></div> <div class='cap-right'></div> </div> <div class='fauxborder-left footer-fauxborder-left'> <div class='fauxborder-right footer-fauxborder-right'></div> <div class='region-inner footer-inner'> <div class='foot no-items section' id='footer-1'></div> <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'> <tbody> <tr> <td class='first columns-cell'> <div class='foot no-items section' id='footer-2-1'></div> </td> <td class='columns-cell'> <div class='foot no-items section' id='footer-2-2'></div> </td> </tr> </tbody> </table> <!-- outside of the include in order to lock Attribution widget --> <div class='foot section' id='footer-3' name='Footer'><div class='widget Attribution' data-version='1' id='Attribution1'> <div class='widget-content' style='text-align: center;'> Jesus Never Fails. Picture Window theme. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>. </div> <div class='clear'></div> </div></div> </div> </div> <div class='footer-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </footer> <!-- content --> </div> </div> <div class='content-cap-bottom cap-bottom'> <div class='cap-left'></div> <div class='cap-right'></div> </div> </div> </div> <script type='text/javascript'> window.setTimeout(function() { document.body.className = document.body.className.replace('loading', ''); }, 10); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/984859869-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY6rXhVKAfZaK9g5SViiDHx-KGEDcg:1731605167273';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d3026383838790993053','//peddeatishireasha.blogspot.com/2012/','3026383838790993053'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '3026383838790993053', 'title': 'JAVA AND ANDROID', 'url': 'http://peddeatishireasha.blogspot.com/2012/', 'canonicalUrl': 'http://peddeatishireasha.blogspot.com/2012/', 'homepageUrl': 'http://peddeatishireasha.blogspot.com/', 'searchUrl': 'http://peddeatishireasha.blogspot.com/search', 'canonicalHomepageUrl': 'http://peddeatishireasha.blogspot.com/', 'blogspotFaviconUrl': 'http://peddeatishireasha.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22JAVA AND ANDROID - Atom\x22 href\x3d\x22http://peddeatishireasha.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22JAVA AND ANDROID - RSS\x22 href\x3d\x22http://peddeatishireasha.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22JAVA AND ANDROID - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/3026383838790993053/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/a4858bff8adcc0f1', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'archive', 'pageName': '2012', 'pageTitle': 'JAVA AND ANDROID: 2012'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'Picture Window', 'localizedName': 'Picture Window', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false, 'variant': 'open', 'variantId': 'open'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'JAVA AND ANDROID', 'description': '', 'url': 'http://peddeatishireasha.blogspot.com/2012/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2012, 'rangeMessage': 'Showing posts from 2012'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text1', 'crosscol', document.getElementById('Text1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/2784278825-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/1964470060-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-1', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList1', 'sidebar-right-1', document.getElementById('PageList1'), {'title': 'Pages', 'links': [{'isCurrentPage': false, 'href': 'http://peddeatishireasha.blogspot.com/', 'title': 'Home'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar-right-1', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull')); </script> </body> </html>