Abhinaw TripathiSep 12, 20162 min readMNC Coding Questions for Experienced Interview AndroidCoding Questions for Experienced Interview Android 1)Given an unsorted list of repeated elements in an array, Find the element with...
Abhinaw TripathiJun 6, 20164 min readJava Interview Questions1.What is difference between an Interface and Abstract Class? Ans: An abstract class can have instance method that implements a default...
Abhinaw TripathiJun 2, 20161 min readInterview Question - Design a Grocery Store.Problem: Design a Grocery Store. For this what we need is: A customer class A store Class A GroceryItem of various sorts A cashier ...
Abhinaw TripathiJun 2, 20161 min readSimple Design Pattern Interview QuestionsProblem-1: Can you explain about access specifiers in java? Answer: In java , classes,variables,methods and constructor can have access...