Jelastic to host your java web application for free
Is it ? Yes Now you can host your java website with database connection for free. Who all are providing […]
» Read morenext gen Developer
Is it ? Yes Now you can host your java website with database connection for free. Who all are providing […]
» Read moreSession validation in servlet: Usually if it is a servlet we can simply check if(session != null ){ // Business […]
» Read morePassing value from jsp to jsp/servlet: We can pass the value from jsp to servlet using, request.getParameter(“text”); //servlet code to […]
» Read moreJavascript code to open new window: window.open(“http://www.google.co.in”) – opens google.co.in in new window. window.open(“http://www.google.co.in”,”My window”) – My window is the […]
» Read moreList: Usually we can iterate a list using iterator or foreach loop. Here we are first iterating the mainlist which […]
» Read moreCounting the number of div: Code block: [java]Elements all_divs = doc.getElementsByTag("div"); System.out.println(all_divs.size());[/java] Output: Gives the total number of div tag […]
» Read moreArraylist: Arraylist is used to hold any number of elements. Program: [java] package com.ngdeveloper.com; import java.util.ArrayList; import java.util.Iterator; public class […]
» Read moreWhat is Oscommerce ? Oscommerce is a another CMS (Content Management System) like wordpress, particularly to create online stores. Oscommerce […]
» Read moreInstall wordpress (2/3) the installation cannot be completed: This error occurs when you try to install the wordpress using fantastico. […]
» Read moreWhat is Jsoup ? Jsoup is a java library, used to parse and extract content of a website. As well […]
» Read more