Tutorials

Different types of Exception in Java

Top Exceptions in Java On the basis of source which triggers the exception, we divide exceptions into 2 types as: 1) JVM Exceptions: Exceptions which arrise automatically by the JVM whenever a particular event occurs are called JVM exceptions. For example: a) ArrayIndexOutOfBoundsException: It is the child class of RuntimeException and hence it is uncheck. It …

Different types of Exception in Java Read More »

INDEX: SQL Tutorial

SQL Procedural Extension

SQL SQL is a domain specific language utilized as a part of programming and intended for overseeing information held in a social database administration framework (RDBMS), or for stream handling in a social information stream administration framework (RDSMS). It is especially helpful in dealing with organized information where there are relations between various substances/factors of …

SQL Procedural Extension Read More »