Results 1 to 6 of 6
Thread: default package
- 10-28-2012, 08:46 PM #1
Member
- Join Date
- Oct 2012
- Posts
- 5
- Rep Power
- 0
default package
why java.lang package is imported defaultly in every program???
i got one point that this package contains all the classes that are required in every program,so it is set as default package..
am i correct???
if yes plzz tel me how this package is set as default package??
if no plzz tel me the reason behind setting java.lang as default package..
pllzzzz help me out!!!!
- 10-28-2012, 09:17 PM #2
Re: default package
Because the language specification requires it.
Chapter*7.*Packages
This is a technical forum, not internet chat. Please use correct spellings and avoid multiple punctuation marks.A compilation unit automatically has access to all types declared in its package and also automatically imports all of the public types declared in the predefined package java.lang.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 10-30-2012, 07:58 PM #3
Member
- Join Date
- Oct 2012
- Posts
- 5
- Rep Power
- 0
- 10-30-2012, 08:04 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,601
- Blog Entries
- 7
- Rep Power
- 17
- 10-30-2012, 08:07 PM #5
Re: default package
And if you're trying to add your own classes to the "default package", I doubt that's possible.
- 10-31-2012, 09:38 AM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Similar Threads
-
Eclipse package classes are not visible - deleting package completely - checkstyle
By compauer in forum EclipseReplies: 3Last Post: 03-27-2012, 09:27 AM -
Default / package-private access
By genkuro in forum New To JavaReplies: 1Last Post: 12-30-2010, 06:08 AM -
Default Access (package access) confusion
By gauravrajbehl in forum New To JavaReplies: 1Last Post: 11-18-2009, 10:48 AM -
[SOLVED] Access to default session deniedAccess to default session denied
By jazz2k8 in forum NetworkingReplies: 1Last Post: 03-10-2009, 01:12 PM -
importing from default package?
By diggitydoggz in forum New To JavaReplies: 6Last Post: 01-06-2009, 01:23 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks