class Simple {
void display() {
System.out.println("ant hnkg");
}
class Local {
void msg() {
System.out.println("inner");
}
}
public static void main(String args[]) {
Local l = new Local();
l.display();
}
}
abhishek.anand.37017794 0 Newbie Poster
abhishek.anand.37017794 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
jwenting 1,889 duckman Team Colleague
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
abhishek.anand.37017794 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
abhishek.anand.37017794 0 Newbie Poster
ncmathsadist 15 Newbie Poster
jwenting 1,889 duckman Team Colleague
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
balaji.ghadage 0 Newbie Poster
balaji.ghadage 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.