|
|
PHP : Form to Email
With the help of this tutorial you can send mails to a user using a form, as we have discussed in our earlier tutorial, it is very easy to send mails using PHP and any mail server like argosoft mail server
|
|
|
|
|
Ask Hibernate Questions Online
Hibernate is a powerful, high performance open source Java package that allows the developers to express queries in its own portable SQL extension (HQL), as well as in native SQL
|
|
|
Input - Output String Functions
This tutorial is showing some functions that you need to use for your taking data from a user (text field, text area) since it is not secure to receive a string data and input them directly into your database.
|
|
Java Zip Package
In Java, the java.util.zip package provides classes for reading and writing the standard and compressed files or archives in the ZIP and GZIP file formats.
|
|
|
|
Java XOR operator
Java makes available the bitwise operators like AND, OR, XOR, and NOT.
|
|
Java Xml Transform
There are generic APIs included in the J2EE API like javax.xml.transform.
|
|
Java XStream
XStream is a simple library used to serialize the objects to XML and back again into the objects.
|
|
Java XML
XML is a cross-platform, software and hardware independent technology used for transmitting information.
|
|
|
|
|
|
Java for Windows
First of all download jdk for windows and then install and configure the Java SE development environment at this underlying operating system.
|
|
WSDL
Web Services Description Language (WSDL) is an XML based language that is used to describe and locate web services.
|
|
Wrapper
Java provides wrapper classes corresponding to each primitive data types in its "lang" package.
|
|
Web Services
A web service is a collection of protocols and standards that allows different applications from different sources to communicate with each other over the web.
|
|
Web Server
A web server is a set of programs installed on a computer connected to Internet or intranet and interacts with the client through a web browser and delivers the web pages to the client.
|
|
Web Container
A Web application runs within a Web container of a Web server.
|
|
Sun Java Wireless Toolkit
The Sun Java Wireless Toolkit is also known as Java Platform, Micro Edition (Java ME) Wireless Toolkit.
|
|
|
|
The void keyword
The void is a keyword defined in the java programming language.
|
|
|
Volatile
In Java programming language the keyword volatile is used when you are working with multiple threads.
|
|
Java Virtual Machine
In this section, you will learn about the java virtual machine (JVM) and how to work?
|
|
Java Vector
Vector represents a collection of similar items.
|
|
Java util date
The class Date in "java.util" package represents date and time.
|
|
|
|
|
|
|
|
|
Ask SOA Questions Online
Service Oriented Architecture in short SOA is a collection of services used for making communication with each other.
|
|
Ask Questions on Web Services Online
Roseindia is renowned software development company in India that offers a wide range of web services ranging from web designing to web development
, website planning to website launching and maintenance
|
|
Ask JEE Questions Online
Java Platform, Enterprise Edition or Java EE traditionally known as J2EE is a widely used platform for server programming
in the Java programming language.
|
|
Ask XML Questions
The eXtensible Markup Language in short XML is an extremely simple dialect of Standard Generalized Markup Language (SGML).
|
|
Ask Perl Questions Online
Perl is a high-level, general-purpose, interpreted, dynamic programming language usually used for server side scripting.
|
|
|
|
|
|
|
|
Super - keyword
super is a keyword in java that plays an important role in case of inheritance.
|
|
Sub-class in java
In Java, there is a concept of Inheritance which is implemented through a super class and subclass definition and achieved through the object creation process, programmatically.
|
|
strictfp
strictfp is a Java keyword that restricts floating-point calculations in order to ensure portability.
|
|
Static
Static means one each class, rather than per for each object regardless of how many instance of a class might exist.
|
|
|
|
|
ServletContext
ServletContext is an interface that is defined in the javax.servlet package.
|
|
Java Switch Statement
In java, switch is one of the control statement which turns the normal flow control of the program as per conditions.
|
|
Java Swing
Swing works as a widget toolkit for Java and is a part of JFC and are replacement for weak and inflexible AWT controls for providing more sophisticated graphical user interface (GUI) components for Java programs.
|
|
Java SubString
String class provides number of methods for manipulating the strings.
|
|
Java Stack
The Stack class works on the principle last-in-first-out (LIFO) stack of objects.
|
|
Java Set
Collections are objects that hold other objects which are maintained under some set of rules.
|
|
JSP Scriplet
A scriptlet can have any number of statements, variable or method declarations, or expressions that must be valid in the page scripting language.
|
|
SAX Parser
The Simple API for XML (SAX) is a serial access parser API for XML. It is used to read, update, create and manipulate an XML document.
|
|
SAAJ
SAAJ stands for SOAP with Attachments API for Java - contains APIs for creating and populating SOAP messages, which may or may not contain attachments.
|
|
Java Message Service(JMS)
JMS (Java Message Service) is a Java API that allows java applications to communicate with other messaging implementations by creating, sending, receiving, and reading messages.
|
|
ServletContext
Servlets are server side components that provide a powerful mechanism for developing server side programs.
|
|
Java Server Pages(JSP)
JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content.
|
|
Java String
In this section, you will learn about the java string. Java String is a set of characters such as the string "Hello".
|
|
Java Synchronized
The keyword synchronized entitled to the method or block is used to prevent it from being accessed simultaneously and save the state of an object from being corrupted.
|
|
|
|
|
Remote Method Invocation (RMI)
Java Remote Method Invocation (RMI) is a Java application programming interface that allows mechanism through which an object running in one Java virtual machine
|
|
Reflection
Basically the reflection API includes two components: objects representing various parts of a class file and provides a way to extract those objects in a safe and secure way.
|
|
Java Runtime
In this section, you will learn about Java Runtime Environment (JRE), it also known as Java Runtime.
|
|
Java Quartz Framework
Quartz is an open source job scheduler. It provides powerful mechanisms for job scheduling.
|
|
The package keyword
The package in java programming language is a keyword that is used to define a package that includes the java classes.
|
|
|
|
Polymorphism
In OOPs, these concepts are implemented through a class definition and achieved through the object creation process, programmatically.
|
|
Java Package
In a computer terminology, package is a collection of the related files in the same directory.
|
|
|
Ask MySQL Questions online
MySQL is an open source Relational Database Management System (RDBMS) used in web applications to contain and manage small to giant data in itself.
|
|
|
OOP
OOPs stands for Object oriented Programming.
|
|
Java Data Objects
The Java Data Objects (JDO) API is a specification of Java model abstraction of persistence, that is developed under the supervision of the Java Community Process.
|
|
Java ObjectOutputStream
An ObjectOutputStream is inherited from the OutputStream class that is underlying in the java.io package.
|
|
Java Object
Object is the basic entity of object oriented programming language.
|
|
Document Object Model(DOM)
The Document Object Model (DOM) is a an standard object model that represents HTML or XML and related formats.
|
|
Java Technology on Linux
Java technology supports Java Platform, Java Standard Edition, Java Enterprise Edition, Java Web Services
|
|
Java NullPointerException
NullPointerException is a kind of unchecked exception that occurs when an application attempts to use null in a case where an object is required.
|
|
Method Overloading in java
Polymorphism is the capability of an object to respond uniformly to achieve specific behavior to the method calls
|
|
Java Mail
JavaMail includes APIs and provides implementations that allows us to develop fully functional email client applications.
|
|
Java Map
In Java, a Map is a kind of generalized array. It provides a more general way of storing elements.
|
|
Java Locale
A locale class in java api represents a specific geographical, political, or cultural region.
|
|
Java Layout
In java a layout manager class implements the LayoutManager interface.
|
|