Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


briefley expalin about the packages

Answers were Sorted based on User's Feedback



briefley expalin about the packages..

Answer / mayank sharma

file 1
package ListPkg;
public class List { ... }
class ListNode {...}

file 2
package ListPkg;
public class NoNextItemException { ... }


file 3
public class Test { ... }
class Utils { ... }

file 4
class Test2 { ... }

Is This Answer Correct ?    3 Yes 0 No

briefley expalin about the packages..

Answer / geetha

A package is a grouping of related types providing access protection and name space management.

Is This Answer Correct ?    3 Yes 0 No

briefley expalin about the packages..

Answer / amrutha

A package contains a set of classes and interfaces.
package packagename;
interface interfacename{
}


class Classname{
}
class Test{
}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is an abstract method in java programming?

0 Answers  


What is array length in java?

0 Answers  


What is the difference between overloading and overriding a function?

13 Answers   eG Innovations, Infosys, TCS,


Why do we need data structure in java?

0 Answers  


How do you create an array in java?

0 Answers  


What is covariant return type?

0 Answers  


What is append function?

0 Answers  


Does java initialize arrays to zero?

0 Answers  


what is the need to set path in java? how many ways to set path in java? Explain breif?

5 Answers  


How many bytes are there?

0 Answers  


Why do we create threads in java?

0 Answers  


What is bitwise complement?

0 Answers  


Categories