Searching...
Sunday 28 July 2013

Java Source File explained


Java Source File:
1.    A Java program can contain multiple classes
2.    Only one class in a java program can be declared as public
3.    If there is a public class, the name of the public class and name of the program must be matched, otherwise it will give compile time error.
4.    If there is no public  class then we can use any name for the Java Program
Example 1:
class A
{
}
class B
{
}
class C
{
}
Since there is no public class, the name of file can be anything like A.java, B.java, Himanshu.java

Example 2:
class A
{
}
public class B
{
}
class C
{
}
File name has to be B.java otherwise it will give compile time error “Class B is public, should be declared in a file name B.java”
Example 3:
public class A
{
}
public class B
{
}
class C
{
}

Compile time error, if File name is A.java then error “Class B is public, should be declared in a file name B.java” is displayed. If file name is B.java then it will give compile time error “Class A is public, should be declared in a file name B.java”


5 comments:

  1. Selenium sustains an easy range of surfers, engineering and programs.

    Selenium Parts

    Selenium isn't merely a one instrument or possibly a power, fairly a bundle of several tests instruments and for the same motive it's referred to as a Room. All these methods was created to appeal unique screening and examination atmosphere demands . For more info on this see here

    ReplyDelete
  2. Brief Introduction to Selenium methods

    Selenium Primary

    Selenium can be a consequence of continuous endeavours by an professional at ThoughtWorks, called as Jason Huggins. Being accountable for the screening of an internal Moment and Bills request, he recognized the need for an automation testing tool in order to get rid of repeating information tasks without diminishing with all the excellent and exactness
    . For more info on this try this

    ReplyDelete
  3. The King Casino Archives - Hertzaman
    The King Casino Archives, 1xbet korean including news, articles, videos, address, gaming info, หารายได้เสริม The King Casino & Hotel in Henderson, NV is one of the newest hotels herzamanindir.com/ and https://deccasino.com/review/merit-casino/ motels on https://vannienailor4166blog.blogspot.com/

    ReplyDelete

 
Back to top!