Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: Javaskool Category

0

Concept of Inner Class in Java

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...

0

Exception-handling in Java

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...

0

An introduction to package

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...

0

Java Architecture With JVM and Garbage Collection

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...

0

Handling Strings in Java

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...

0

Arrays with Java Technology

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 Phone Solution 3

Android – Mobile Phone Solution

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 0

MySQL Database – Open Source Database solution

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 0

Code Smell – Recognizing Smells in Production Code

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 0

SOLID Principles – Guidelines for Production Code

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 –...