padmajavenkat

Greenhorn
+ Follow
since Jun 20, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by padmajavenkat

public class Text1 {
public Text1()
{
}
String text = "Why is there air?";
public String getText() {
return text;
}
}
public class Text2 extends Text1 {
public static void main(String[] args) {
Text2 t2 = new Text2();
System.out.println(t2.getText());
}
}
when compling Text2 getting error
C:\padma\test\Text2.java:1: Superclass Text1 of class Text2 not found.
public class Text2 extends Text1 {
^
1 error
Process completed with exit code 1
is their anything i am missing.
please help me in this
with regards.
24 years ago
hi
i am taking exam on aug 3rd, i found that some of
them saying that about Beta exam. what should i
do now. is the real exam which i am going to take
will differ due to beta exam. pl some one help
me how to prepare for it.
with regards
padma
hi
i am preparing for sjcp, and i have been visiting this
site regularly, in this site once i found that from
Aug the exam pattern is going to change, and also
change in fee. I am think of giving exam in Aug 1st
week. can any one clear me regarding this
thanks in advance.,
can anyone explain the difference between equal() and "==".
thanks in advance
hi
1. let suppose programm goes like this
class A{
protected methodA()
}
class B extends A{
methodA()
}
will the class which extends B can access methodA().
2.
can final methods be overloaded.
thanks Ajay kumar,
but most of the exam (i.e.) mock which i took was covering
basic java not awt,utilities,string class. i have been reading
java 2 certification study guide by Simon Roberts i found
that most of the mock exam including in java ranch which i
have done yesterday were covering only first 6 chapters.

[This message has been edited by padmajavenkat (edited June 20, 2000).]
hi
i am preparing for sjcp, can any one tell me the topic which
i have to concentrate more on