Can we convert list to set in java?
What is the history of java?
What is the difference between synchronized and synchronized block?
what is tempplate pattern
What are the uses of final, finally and finalize in java?
2 Answers Agiline, FINO PayTech, HCL,
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Explain, java is compatible with all servers but not all browsers?
What are the differences between stringbuffer and stringbuilder?
What is the difference between Grid and Gridbaglayout?
Define Compiling?
what is inner class?
What is a lambda expression ? What's its use ?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data