Explain java coding standards for classes or java coding conventions for classes?
No Answer is Posted For this Question
Be the First to Post Answer
class A{ class B{ } } in which name u save the file,its the program compile?
Can an object?s finalize() method be invoked while it is reachable?
What is nested interface?
Explain break statement and continue statement?
Is c better than java?
How does the garbage collector works in java?
What is the dot operator?
What is final?
how to write a program for sending mails between client and server
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Can a class have an interface?
which methods consisting of the serilizable interface?