What is it ? Design pattern is an elegant solution to a problem that recurs. STRATEGY When ? The Strategy … More
Author: camilamacedo86
[Java 8] – Good Card : Default methods, Lambdas, Optional
[Intellij IDEA] – Why don’t appear the option to create new java files ?
This happen because you need define the root directories of your application. Use to define the main directory : Use to define … More
[Java] – Treating Reflection Exceptions
We need take more care when we work with reflections because we can find the exceptions which we normally find … More
[Java] – Use reflection to call methods
Below is an example to show in a simple way how to we can use reflection to call methods. First, … More
[Java] – Reflection : Create a object using a constructor with arguments
With reflection you can create a object using a constructor with arguments. Bellow is the code for you can check … More
[Tip] **Only for who speak Portuguese** – Cursos Online de Tecnologia
A Caelum criou uma plataforma online com vários cursos técnicos. Eu estou testando esta plataforma e estou gostando bastante. Os … More
[ English ] – Business English (TIP)
If you speak English and you want improve your English in a Business way, then I have tip for you. … More
[ Java ] – Create objects by reflection
Simple example for you start understand how to create an objects by reflection : public class ClassMap{ private Map<String,String> map; … More
[Java] – Understanding Reflections !!!
Use: Reflection is commonly used by programs which require the ability to examine or modify the runtime behavior of applications … More