Category Archives: Uncategorized
Baby Quote
My friend
Factory Pattern Example
Factory pattern is one of most used design pattern in Java. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object. In Factory pattern, we create object without exposing the creation logic to the client and refer to newly created object using aContinue reading “Factory Pattern Example”
Simplistic ROM on Galaxy S2
Galaxy S2 I9100 is still one the of the most favorite Android phone of mine. Technology gets advance as our mobile phones. Everybody loved Ripple effect from Galaxy S3 and definitely want it on S2. Not only ripple effect there are so many tweaks available for S2 like camera mod, Toggles, Battery bar & CPUContinue reading “Simplistic ROM on Galaxy S2”
Loading First 3 items Demo
Postgres syntax randomness
Ensure System environment variable is set correctly to the location of psql.exe Connect and create some dummy db List Dbs Create some dummy schema, table and user JDBC connection URL