Results 1 to 2 of 2
Thread: package in NetBeans
- 07-02-2016, 10:09 AM #1
package in NetBeans
Hello. I recently started to work with the NetBeans IDE instead of DrJava. I noticed a new line of code in my projects that appears in NetBeans.
It looks like a toLowerCase() version of the .java file name. For example, if my file name is NewProject.java, this would be the line of code:
Java Code:package newproject;
What is this line of code,and what does it do? Please someone explain this to me.
- 07-02-2016, 01:56 PM #2
Re: package in NetBeans
Take a look at the tutorial: What Is a Package? (The Java™ Tutorials > Learning the Java Language > Object-Oriented Programming Concepts)
If you don't understand my response, don't ignore it, ask a question.
Similar Threads
-
NetBeans package help please
By Tavern_Walker in forum NetBeansReplies: 7Last Post: 07-31-2014, 09:53 AM -
package does not exists - netbeans
By emosms in forum New To JavaReplies: 9Last Post: 08-22-2013, 07:37 PM -
Eclipse package classes are not visible - deleting package completely - checkstyle
By compauer in forum EclipseReplies: 3Last Post: 03-27-2012, 10:27 AM -
Package Problems in NetBeans IDE
By farmer in forum NetBeansReplies: 2Last Post: 08-24-2011, 07:35 PM -
NetBeans losing package information when crashing
By Kethas in forum New To JavaReplies: 4Last Post: 03-03-2010, 06:38 AM
Bookmarks