what is meant by package in java?

Answer Posted / manoj kumar sahu(secon pvt.ltd

Package is nothing but it can be call as container of all
related class.All *.class files are stored in a package for
that we can implement the require *.class files in our
program.In java one package can be implement by using the
keyword import.The syntex is
import java.<packagename>.*;

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are strings immutable in java?

524


What is super?

585


Can we convert stringbuilder to string in java?

562


What does java final mean?

522


What is the dot operator?

572






What is difference between stringbuffer and string?

497


What is an iterator interface in java programming?

536


What does index mean in java?

540


How many bytes is a string java?

532


What are peerless components?

620


Is java call by reference?

532


What are the types of java languages?

519


Which collection allows duplicate values in java?

546


explain copyonwritearraylist and when do we use copyonwritearraylist?

543


What is a double vs float?

538