On 13/09/03 13:03 +0100, pvs krishna wrote:
> HAI FRIENDS,
Whooo! shouting! Perhaps you need a new keyboard? Or a more modern
system that supports lowercase?
 
> I AM LEARNING JAVA PROGRAMMING IN LINUX OPERATING
> SYSTEM. WHEN I COMPILING PROGRAMS I AM GETTING ERRORS
> LIKE CANNOT RESOLVE SYMBOLS. THIS I GOT IN INHERITENCE
> CHAPTER.
Programming questions in a non programming list. Not even a correct
error listing. A reference to a chapter without a book name, author,
publisher, edition, page number and ISBN.
 
> CAN ANY BODY HELP ME FOR THE ABOVE ERROR .
> 
> HERE I AM GIVING THE SAMPLE PROGRAM IS
> 
> File name is Info.java
> 
> class Info {
>     Protected String name ="ezhil";
>     protected String add="9, lal mohammed street";
> }
> 
> File name is Info1.java
> 
> class Info1 extends Info {
And where is Info defined? There is a keyword for this.
http://java.sun.com/ should be helpful.
(Hint: You have to import the first file).

Devdas Bhagat


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to