Accessing Private Members using Java Reflection PRO

Using the Java Reflection API we can access private members from outside the scope of the class they belong to. When the private member is a field we can even change its value and when the private member is a method we can even indirectly invoke it. The AcceesibleObject class is the base class for […]

Invoking Private Methods in Java using Reflection PRO

Using the Java Reflection API we can indirectly invoke private methods from outside the scope of the class they belong to. The AcceesibleObject class is the base class for Method, Field and Constructor. The AccessibleObject class provides the ability to flag a reflected object and suppress default Java language access control checks. Calling the setAccessible method […]

Reflection in PHP PRO

Similarly to software programming languages as Java and C#, PHP also allows us to write code that finds information about objects and classes. Whether the class was already known during the development phase or was created afterwards, using reflection we can get detailed information about the class and even invoke its methods or access its […]

Shenkar Core Java Autumn 2009 ACD

Dear Students, Please find below the complete program for the Core Java course in Shenkar College of Engineering and Design. This course is composed of three separated modules. The first module (6 meetings) focuses on ‘Core Java’ topics and it covers the following: Java Basic, OOP Intro Arrays, String, Inheritance Inheritance, Inner Classes Applets, Exceptions […]

Shenkar Core Java Spring 2009 ACD

Dear Students, Please find below the complete program for the Core Java course in Shenkar College of Engineering and Design.  This course covers the following topics: Java Basic, OOP Intro Arrays, String, Inheritance Inheritance, Inner Classes Applets, Exceptions Threads Swing I/O Streams Networking Collections Framework JDBC Java Efficient Programming Java SE Design Patterns Generics Reflection Regular […]

Shenkar Scala Programming Summer 2012 ACD

During the summer semester I am going to deliver a Java & Scala Programming course in Shenkar. I deliver it as part of Shenkar’s Software Engineering BSc academic program. I am going to teach it on Thursdays 0800-2000. The course starts with a detailed coverage of the Java SE programming language and continues with a detailed […]

Shenkar Scala Programming Spring 2012 ACD

During the coming semester I am going to deliver a Java & Scala Programming course in Shenkar. I deliver it as part of Shenkar’s Software Engineering BSc academic program. I am going to teach two groups. The first group takes place on Sundays 0800-1300 and the second one takes place on Sundays 1700-2100. The course starts with […]

Shenkar Scala Programming Autumn 2011 INFO

During the coming semester I am going to deliver the Java & Scala Programming course in Shenkar. Its official name is ‘Internet Programming’. I deliver this course as part of Shenkar’s Software Engineering BSc academic program. The course starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. […]

HIT Scala Programming Autumn 2011 INFO

During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. I deliver this course as part of HIT’s Computer Science BSc academic program. I deliver this course for two groups. Both groups take place on Mondays. The first takes place during 1200-1600. The second takes […]

Shenkar Scala Programming Summer 2011 ACD

During 2011 Summer semester I am going to deliver the Java & Scala Programming course in Shenkar (www.shenkar.ac.il). This course is delivered as part Shenkar’s Software Engineering BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are going to […]

Skip to content Update cookies preferences