Would like know more knowledge on this ..if any can ..
for making a file singleton , we have to make the constructr static or
method statis..
in the below e.g.
public class singleton
{
static class single_obj
singleton class is having single_obj class inside it..is it possible in
JAVA ??
any idea on this ?? ?