The JSP API
The JSP API consists of two packages: javax.servlet.jsp javax.servlet.jsp.tagext javax.servlet.jsp package The javax.servlet.jsp package has two interfaces and classes.The
By CuckooRadio Editorial Team|2018-10-10T06:28:43-05:00October 10th, 2018|Jsp|
The JSP API consists of two packages: javax.servlet.jsp javax.servlet.jsp.tagext javax.servlet.jsp package The javax.servlet.jsp package has two interfaces and classes.The
By CuckooRadio Editorial Team|2018-10-10T06:27:24-05:00October 10th, 2018|Jsp|
Create a Dynamic web project create a jsp start tomcat server and deploy the project 1) Create the dynamic
By CuckooRadio Editorial Team|2018-10-10T06:25:11-05:00October 10th, 2018|Jsp|
In JSP, java code can be written inside the jsp page using the scriptlet tag. Let's see what are
By CuckooRadio Editorial Team|2018-10-10T06:24:00-05:00October 10th, 2018|Jsp|
The code placed within JSP expression tag is written to the output stream of the response. So you need not write out.print()
By CuckooRadio Editorial Team|2018-10-10T06:22:28-05:00October 10th, 2018|Jsp|
The JSP declaration tag is used to declare fields and methods. The code written inside the jsp declaration tag is placed outside
By CuckooRadio Editorial Team|2018-10-06T06:11:07-05:00October 6th, 2018|Android|
We are able to save or read data from the device internal memory. FileInputStream and FileOutputStream classes are used
By CuckooRadio Editorial Team|2018-10-06T06:08:21-05:00October 6th, 2018|Android|
In this example, we are adding a label on button click and displaying all the added labels on the
By CuckooRadio Editorial Team|2018-10-06T06:06:15-05:00October 6th, 2018|Android|
SQLite is an open-source relational database i.e. used to perform database operations on android devices such as storing, manipulating or retrieving persistent
By CuckooRadio Editorial Team|2018-10-06T06:00:24-05:00October 6th, 2018|Android|
activity_main.xmlFile: activity_main.xml Activity classFile: MainActivity.java package com.example.callstatebroadcastreceiver; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class MainActivity extends Activity {
By CuckooRadio Editorial Team|2018-10-06T05:59:25-05:00October 6th, 2018|Android|
JSON (Javascript Object Notation) is a programming language . It is minimal, textual, and a subset of JavaScript. It is