Category: Javaskool Category
Nested Classes The Types of Classes: Top level classes Nested classes Static classes Inner classes Anonymous classes Local classes Nested Interface Multi Nesting Access GUI Example without Inner Class GUI Example with Inner Class...
The need for exception Exception Classes Error Class Unchecked exceptions and Checked exceptions Exception-handling Techniques The try block The catch block The throw statement The throws statement The finally block Common exceptions The Throwable...
Understanding Code Libraries Creating packages in java Executing class with package Executing class with package from different location Executing class from jar file Packages and access control Access Specifiers within a package among different...
Components of Java architecture Java programming language Java class file format Java API Java Virtual Machine Features of Java architecture The garbage collector Garbage collection techniques Benefits of Garbage Collection The finalize() method When...
String class String Constructors String Methods == Vs equals() Extracting portions of a String Immutability StringBuffer StringBuffer Constructors StringBuffer Methods StringBuilder StringBuilder Constructors StringBuilder Methods Math class Static Import in Java Runtime class System...
What is Array? Declaring Array in Java Working with 1D , 2D and Multidimensional Array Non-Rectangular Array Examples of Array Arrays in Java Arrays, classes, and interfaces are reference types. The value of a...
Android : Mobile App Solution Android provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java language environment. The documents listed in the left...
MySQL Database : Open Source Database solution The MySQL Database powers the most demanding Web, E-commerce and Online Transaction Processing (OLTP) applications. It is a fully integrated transaction-safe, ACID compliant database with full commit,...
Code Smell : Recognizing Smells in Production Code Here is the list: -Duplicated Code -Long Method -Large Class -Long Parameter List -Comments -Shotgun Surgery -Feature Envy -Data Clumps -Primitive Obsession -Switch Statements -Temporary Field...
SOLID Principles : Guidelines for Production Code The SOLID principles provide five guidelines that, when followed, can dramatically enhance the maintainability of software. following is the list of SOLID Principles: Single Responsibility Principle –...
Recent Comments