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

My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?

3 Answers   IBM, TCS,


What is an argument in java?

0 Answers  


How does a cookie work in Servlets?

0 Answers  


Is array primitive data type in java?

0 Answers  


What does I ++ mean?

0 Answers  


What are the access modifiers in java?

0 Answers  


What are the uses of final, finally and finalize in java?

2 Answers   Agiline, FINO PayTech, HCL,


Program to Find the second largest element in an array.

0 Answers   Amazon,


What are packages in java?

5 Answers  


What is method reference in java?

0 Answers  


What is a layout manager?

1 Answers  


Explain the available thread states in a high-level?

0 Answers  


Categories