I wrote a Java Beans program while compiling it I got an error saying that
"your class bean is public and need to be declared in a file named bean.java ".
Can you solve my problem how to eliminate this error?
1
Expert's answer
2011-08-11T08:47:52-0400
You should find the file& bean.java and declare your class there))
Comments
Leave a comment