Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
3 9223class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
2 8339class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
8 20788
Explain about doubly linked list
How do you avoid global variables?
What is fail fast in java?
What’s the difference between applets and standalone program?
How do you find the absolute value?
Describe method overriding
Can a static class implement an interface?
How variables are stored in memory?
What is size_t?
What are new features introduced with java 8 ?
What is keyword in oop?
Explain the differences between abstraction and encapsulation?
Give a brief description of java socket programming?
What are the differences between path and classpath variables?
Explain the access modifiers for a class, method and variables?