Operators & Assignment 1-:instanceof Operators 2-:Bitwise Operators instanceof Operators we can use instanceof operator to check whether the given object is of a particular type are not. Example-: /* list is a collection of objects. List l=new List(); l.add(Customer); l.add(Student); l.add(Test); Object o=l.get(...
I am trying to describe the core concepts of Java.I am trying to cover all the concepts of Java in easy way. I am trying to cover all the concepts of Java through this blog.