Core Java Interview Questions
Core Java Interview Questions
In Inheritance concept, i have a static method in super class and i am inheriting that class
to one sub class. In that case the static method is inherited to sub class or not?
What is the difference between Java Command Line and C command Line?
What is mean by dirty read?
What is JIT?
Basic difference b/w ALL types of JDBC driver?
Can we Connect Applet to Data Base ?
Write a prog to print prime nos upto n. EX: If n=9, It shld print 1,2,3,5,7 8,9?