The new Operator

Here is how you create instance of classes or object variables and invoke methods or member functions in Java:

Book b1;
b1=new Book();
b1.getBook("java","james");

It's very calm over here, why not leave a comment?

Leave a Reply