Coding standards for Java is something which is very significant in achieving greater reliability within your coding and also the codes of others who are working in our team. Keeping superior standards while coding leads to more legibility,easiness in building and also to keep up the pace of development. This also will reduce the overall […]
Coding Standards
Posted in Java Development by admin - Apr 06 2010
Garbage Collection
Posted in Java Development by admin - Mar 31 2010
Automated memory management is one of Java’s most valuable services. Many languages require programmers to specify the details of acquiring storage from the operating system and returning it when no longer needed. But, Java handles this for programmer. Since Java does automatic garbage collection, manual memory reclamation is not needed. The runtime system tracks each […]
Java Server Faces
Posted in Java Development by admin - Mar 19 2010
JSF ( Java Server Faces ) is a new standard framework, which is developed through Java Community Process ( JCP ). JSF framework is like a toolbox which contains full of components that are ready to use. These components you can add very easily and quickly into your application and these components can also be […]