...
After compiling this program i m getting error :
cannot find symbol
class :MessageQueue
Please suggest me how to resolve this error.
Thanks in advance...
Printable View
...
After compiling this program i m getting error :
cannot find symbol
class :MessageQueue
Please suggest me how to resolve this error.
Thanks in advance...
Where is the symbol MessageQueue defined? The compiler can not find a definition for it.
If it is a class, you probably need an import statement that tells the compiler what package it is in.
I have edited your post due to a report of possible copyright violations. If you copied and pasted this from a textbook, please respect the copyrights of said textbook.