
Search In
Different ways to create object:
We can create objects in java in four different ways.
Using new keyword
Using Class.forName()
Using clone()
Using object deserialization
Creating an object with the help of new keyword:
Mostly we use n
Color harmony in design
"Color does not add a pleasant quality to design - it reinforces it." - Pierre Bonnard
What is evident when it comes to color is that it is a crucial component of design and creates an emotional response by the p
Hi Friends,
In my previous blog Form Helpers in Rails Part-1, we have talked about only the basic form helpers. Today we will be discussing forms with models. As we know in MVC, forms are mostly used for creating, updating or editing models. So rail
While working with a large relational database in rails we come to point where we have to access data from a large number of tables in a single query. Well for this rails provide us with two very powerfull active records methods i.e joins and include
Springs Annotation:
Spring provides a mechanism where it can automatically handle the injection of properties and referred objects without defining them in xml files by using Spring Annotations. Listing them below:
@Autowired
@Resource
@PostConstr
Springs Annotation:
Spring provides a mechanism where it can automatically handle the injection of properties and referred objects without defining them in xml files by using Spring Annotations. Listing them below:
@Autowired
@Resource
@PostConstr
Factory Method Design Pattern
What is Factory Pattern?
Factory pattern is one of the most commonly used design pattern. It comes under creational design pattern as we have control on object creation logic. In this approach we have control over obje
What and why we need to use Var dataType? This is one simple question that many of us might not know. So here it is, illustrated with a simple example:
When we declare any variable as int i = 0; this is an explicit conversion.
But when we write var
Red5 Media Server delivers a powerful video streaming and multi-user solution to the Adobe Flash Player and other exciting client technologies. Based on Java and some of the most powerful open source frameworks, Red5 stands as a solid solution for bu
After building the Asset Bundles we have to use them.There are two ways to download an AssetBundle:
Non-caching: This is done by creating a new WWW object. These AssetBundles are not cached to Unity's Cache folder.
Caching: This is done by c
