Java Memory Management
Java memory management In languages like c, c++ memory management is done in explicitly by the developer. A small mistake in manually emptying the all...
Read Article →Explore our collection of articles on Java, software architecture, and industry trends.
Java memory management In languages like c, c++ memory management is done in explicitly by the developer. A small mistake in manually emptying the all...
Read Article →Introduction to GroupLayout in Java Swing GroupLayout is a very efficient layout manager developed by the Swing Labs project team and was primarily d...
Read Article →Introduction to Enterprise Java Beans for Freshers Enterprise Java Beans is a type of architecture for component-based distributed technology. It is a...
Read Article →SOME USEFUL TOOLS FOR JAVA DEVELOPMENT 1. JClarity – Performance Monitoring Jclarity was launched in September 2014, which offers two product ra...
Read Article →AN OVERVIEW OF JAVA SERVER – SIDE FOR FRESHERS While introducing Java language by Sun Microsystems Inc earlier, the aim was to embed greater usa...
Read Article →Introduction to Layout Managers in Swing Java Swing is used for a variety of web based enterprise applications due to its user friendly layouts, featu...
Read Article →In a developer point of view JAVA is a programming language like many other PL’s, offering paramount features like simplicity, robustness, plat...
Read Article →Transient Object serialization is one of the important concepts in java programming language. It is the process of saving an object’s state to ...
Read Article →Security specification in SQL. Structured Query Language (SQL) is the standard query language for invoking relational databases. Here specify some of ...
Read Article →Some hints to avoid security holes on web applications Security is an important issue in web projects . This article shows you different kinds of att...
Read Article →Spring is a framework that focuses on many areas than other frameworks do. Testing is very easy here because it follows a ground up to design. And it ...
Read Article →WebOnSwing is a framework used to create web applications. This multiple environment revolutionary framework helps to develop web applications in the...
Read Article →Multimedia databases provides features that allow users to store and query different types of multimedia information, which include images, video clip...
Read Article →Once the design of database is completed and a particular DBMS is chosen to implement a particular database project, the first thing we have to do is ...
Read Article →Images are a key component of web design. Images are objects of the Image class, which is part of the java.awt package. There are three common operat...
Read Article →Input/Output operations are one of the major factors which affect the performance of any system. In case of Oracle database it may reduce the respons...
Read Article →Wings is a framework for web development which is based on java Servlets and Swing API with MVC . Wings also have its event oriented design structure ...
Read Article →Object Oriented Programming is a problem solving technique to develop software systems. It’s a technique to think real world in terms of objects. Obj...
Read Article →Data modeling is the practice of representing data structures and their relationships through conceptual modeling. The benefits of implementing this p...
Read Article →Java Generic Security Service(JGSS) JGSS (Java Generic Security Service) provides an interface for secure messaging and authentication. Using this int...
Read Article →Integrating databases and security in Struts2 enables nothing special,this article provides you different database accessing ways and various authent...
Read Article →To make a web application more productive when using Struts2, there are some techniques and tips. This article will provide you an introduction to so...
Read Article →A good Information System must contain a perfect model and a proper database design. In database designing, building the data layer is the first and ...
Read Article →The architectural goals of Struts2 are Separation of Concern, Loose Coupling, Modularization, Convention over Configuration, Testability etc. And her...
Read Article →Software testing can be defined as the process of validating and verifying a software application, to check whether it meets the specified technical ...
Read Article →What is Serialization Serialization involves preserving an instance/object of a class for its later use.The datas preserved represents that partial in...
Read Article →Derbi is an apache db subproject and is relational database implemented in Java.It is so small that you can easily embed it in any kind of java based...
Read Article →11g , the latest database released by Oracle contains many additional features that add more functionality in coding using sql and pl/sql. So among th...
Read Article →SQL queries allow us to form relationships between multiple tables and retrieve data from that table. The process of querying multiple tables is call...
Read Article →Java Advanced Imaging (JAI) Application Program Interface (API) provides a low cost, licensing independence and inter-platform independent API to crea...
Read Article →WEB APPLICATION ARCHIVES WAR file developed by Sun Microsystem, pretty similar to JAR(Java archive File) act as containers with robust folder structur...
Read Article →Database Normalization Database A database is a collection of information that can be stored, accessed, retrieved and updated easily with the help of...
Read Article →There are many applications which require certain types of configuration data for their processing. The configuration data often stored in property fi...
Read Article →On simple words , these regex or Regular Expressions are used to validate the E-mail address, URL, phone no’s etc.The regular expression is a string o...
Read Article →What is SOAP ? . SOAP stands for Simple Object Access Protocol. It is a communication protocol that facilitates the interaction between applications a...
Read Article →Network timeouts can be caused by high traffic in the networks, slow connections, power interruptions etc. Most of the programmers do not spend their...
Read Article →Choosing something over something which is equally gradable is indeed a daunting task. Choosing Vector over ArrayList is such a decision to make, but...
Read Article →Coding standards for Java is something which is very significant in achieving greater reliability within your coding and also the codes of others who ...
Read Article →Web Server A Web server is either a computer program that is based on client-server model or a computer running a ̵...
Read Article →Automated memory management is one of Java’s most valuable services. Many languages require programmers to specify the details of acquiring stor...
Read Article →A database transaction comprises of the operations performed against the data in one or more databases. It is an atomic unit that contains one or more...
Read Article →Inheritance is one of the important concepts in Object Oriented Programing System (OOPS), as it supports the concept of hierarchical classification. I...
Read Article →Manipulation of information located in a heterogeneous database requires an additional software layer on the top of existing database systems. This so...
Read Article →JSF ( Java Server Faces ) is a new standard framework, which is developed through Java Community Process ( JCP ). JSF fr...
Read Article →On designing a web site there are some essential things which are to be considered for creating a good design. The following steps will help you to cr...
Read Article →Java Web Start (JWS) allows the user to launch his Java applications with a single click from your Web browser. From J2SE version 1.4,onwards JWS has ...
Read Article →Java Servlets are well known for their popularity in building dynamic content for web-based applications. Java Servlet technology gives Web developers...
Read Article →Security is the most concerning factor of any application. Security is crucial where internet technology works. Java programing environment supports m...
Read Article →JDK 1.5 introduces many important extensions to the Java programming,Generics are one among them. generics are simple variables to types (which will b...
Read Article →Here are few coding tips to increase the performance of your jsp page Jsp page consists of both static and dynamic datas, as name refers static data r...
Read Article →Oracle, Relational Database Management System ( RDBMS ) is a collection of related information and allows access to these information simultaneously. ...
Read Article →Jmaki is a frame work that allows programmer to take widgets from the ajax framework to wrap them int jsp and jsf tags thus providing common programmi...
Read Article →JAR files, stand for java archive, a file format based on zip file format ,which is used to aggregate number of files to a single one. Also supports f...
Read Article →Joomla is a kind of web application that makes it easy to build a website. Joomla is so easy that even an individual can handle it when creating a web...
Read Article →Application Program Interface is the option in a software program to permit other software programs to interact with it. This article will provide you...
Read Article →A cookie, developed by the Netscape Corporation is a small piece of information that the HTTP server sends to the browser when the browser starts a ne...
Read Article →CVS is a robust and open source software for version control. Source file’s history can be recorded by this system. Why we need CVS? A small pr...
Read Article →There are several recovery techniques to recover database form failures caused due to system crashes or transaction errors. Recovery of databases fro...
Read Article →CORBA is the open standard for heterogeneous computing developed and standardized by Object Management Group ( OMG ) .CORBA is a mechanism in software...
Read Article →The Java Naming and Directory Interface – (JNDI) is a Java Application Program Interface for accessing (look up), adding, modifying and deleting...
Read Article →Java Data Object is an API (Application program interface) ,used by java programing language to interact with the database. It is very effective with ...
Read Article →A Delegation Model (version 1.2 onwards) is used for loading class to the JVM. Class Loaders are structured in java is in a way that at start-up time ...
Read Article →Javascript Object Notation(JSON) is format used to exchange data between cross platforms . It known as an alternative to XML . JSON uses language inde...
Read Article →J2SE 5.0 introduced many new language features in which Annotation is one of them. Annotations are meta-tags that can be added to your programs and ca...
Read Article →Connection pooling is the handling and maintenance of a group of connections for the reuse of java applications in an application server. The implemen...
Read Article →Both Java Script and JavaFx Script are client side script technologies which imparts dynamicity and interactivity to the web pages,decreases the serve...
Read Article →An ‘exception’ is an event which occurs during the execution of a program that interrupts the normal flow of program. When an error is occurred in a p...
Read Article →Data warehouse is a ‘relational database’ which stores many months or years of...
Read Article →Model-View-Controller (MVC) Architecture is meant for sorting out the application components into three different categories named Model, View, and Co...
Read Article →Up to now there are only two ways to build a web site either by using table (Table design) or using CSS design layout. Both layouts have merits and de...
Read Article →DWR (Direct Web Remoting) is a java library set that allows easy server client communication. It is an open source licensed under Apache Software. The...
Read Article →While the JavaScript language is dynamic, powerful, and extremely expressive, there are still issues that come up about portability. Any code that you...
Read Article →It is a well know fact that JBoss is the most popular open source application server for enterprise applications. The system resource required for JBo...
Read Article →When we talk about database, the things that come to our mind are the underlying tables, query, relations etc. While referring through some of the ora...
Read Article →Jquery is one of the most powerful scripting languages for its easiness of coding and the huge library of functions. In the new era of the web designi...
Read Article →