VOOZH about

URL: https://www.javacodegeeks.com/author/Mahmoud-ElSayed

⇱ Mahmoud ElSayed, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Mahmoud ElSayedJanuary 11th, 2019
    0 531

    How to Pass Parameters to ActionListener in ADF

    In some cases, it is required to pass a value to ActionListener of ADF Button. The method that can be…

    Read More »
  • Software Development👁 Image
    Mahmoud ElSayedDecember 3rd, 2012
    0 202

    Recycle Bin in Database

    Oracle introduced in database 10g new feature called ‘Recycle Bin’ to store the dropped database objects. If any table is…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Mahmoud ElSayedAugust 16th, 2012
    0 187

    ADF : Dynamic View Object

    Today I want to write about dynamic view object which allow me to change its data source (SQL query) and…

    Read More »
  • Core Java👁 Image
    Mahmoud ElSayedJune 12th, 2012
    0 746

    Java Decompiler in JDeveloper

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

    Read More »
  • Core Java👁 Image
    Mahmoud ElSayedJune 6th, 2012
    9 579

    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…

    Read More »
Back to top button
Close