Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Default Package fully Qualified Name?

807599Dec 8 2006 — edited Dec 8 2006
Hi Guys today i was practicing writing small program using fully Quallified names for the classes.Below is my Class No.1
public class Chapter3_2
{
	public void displayMessage(String coursename)
	{
	String message = String.format("Welcome to Niit Your Course is %s",coursename);
	System.out.printf("%s",message);
	}
};
however when right the main class using fully quallified name i faced a problem with name of the Chapter3_2 class fully quallified name. I have no idea what is fullyqualified name for default package. I am posting the Incomplete code fpr your referance. Appreciate our concern.Thanks in advance and Seasons greating to all of you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 5 2007
Added on Dec 8 2006
22 comments
491 views