myJava forumName

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

Recent posts by myJava forumName

ankara.. capital of turkey..(start with a not with y )
23 years ago
I'm gonna do the n one:
nevsehir
23 years ago
one says you that he will kill either your mother or your father or your wife.. u'll choose one.. u cannot randomly choose it.. if you dont choose anyone he will kill all of them.. u will go to either your mother, your father or your wife and say that "i chose you".. the others will forget everything about this!?(a perfect environment!) who would u choose?
23 years ago
can anyone write about coding a bat file? (especially you cindy.. you look knowing it..)
i want to run c:\dir1\Appl.class with a bat file.. let the classpath be c:\dir2.. please write all the code of the bat file.. thanx.. (i was also feeling silly cindy..)
23 years ago
class Individual extends Human implements AttractAttentionEffort {
public void main (String args[]) {
Individual Cindy = new Individual("Cindy Glass");
AttractAttentionElement[] cindysAAElements;
cindysAAElements[0] = new DrawAttentionElement("farce");
cindysAAElements[1] = new DrawAttentionElement("cleverness");
Cindy.AttractAttention(cindysAAElements);
Individual "me" = new Individual(myName); //compilation error
AttractAttentionElement[] myAAElements;
myAAElements[0] = new DrawAttentionElement("moreFarce");
myAAElements[1] = new DrawAttentionElement("moreClevernessClaim");
"me".AttractAttention(myAAElements);//I'm as
//fool as cindy
//i like u cindy..
//i dont know why i did this cindy..
//forgive me cindy.... i implement AttractAttentionEffort..
//(really cool..)
}
}
23 years ago