Avijit Pramanik's Blog

Avijit Pramanik's Blog

 

Hey there!

Hi, I’m Avijit, passionate about software development, photography, video editing and travel. Thanks for visiting!!

Avijit Pramanik

Photography

San Francisco Photographs

San Francisco, officially the City and County of San Francisco, is the cultural, commercial, and financial center of Northern California …

Tech Blogs

Strategy Pattern in Java and C#

Strategy Pattern is an important pattern to learn and this is one of the most commonly used pattern in software …

Functional Interface in Java

 What is Functional Interface A Functional Interface can have only one abstract method. Now the question can arise that why …

Java Generics Example

What is generics? Generics force you to use a specific type (Class or Interface) when defining your Interface/Class or Methods …