About Mahmoud ElSayed
List/Grid Author Archives Subscribe to the RSS feed of Mahmoud ElSayed

Recycle Bin in Database
Oracle introduced in database 10g new feature called ‘Recycle Bin’ to store the dropped database objects. If any table is dropped then any associated object to this table ...

ADF : Dynamic View Object
Today I want to write about dynamic view object which allow me to change its data source (SQL query) and attributes at run time. I will use oracle.jbo.ApplicationModule ...

Java Decompiler in JDeveloper
Java Decompiler is a standalone graphical utility that displays Java source codes of “.class” files. Below is snapshot of Java Decompiler program ...

Avoid Null Pointer Exception in Java
Null Pointer Exception is the most common and most annoying exception in Java. In this post I want to avoid this undesired exception. First let’s create example that raise Null ...


