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 are the different non-access specifiers in java?

5 Answers  


What are the two ways to create a thread?

0 Answers  


What is the difference between static and non-static variables in java programming?

0 Answers  


What are the standards to place package statement within a source code file?

1 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


What is map and hashmap in java?

0 Answers  


How is Garbage collection done in Java?

3 Answers   T3 Softwares,


What is appletviewer?

0 Answers  


What are the topics in advance java?

0 Answers  


which swing component is similar to rich text box in .net/vb

1 Answers  


How to print nodes of a Binary tree?

0 Answers  


What do you mean by JVM?

0 Answers   Ericsson,


Categories