What is difference between path and classpath in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a wrapper method?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
Can a final variable be initialized in constructor?
What is the benefit of lambda expressions?
Can you explain the meaning of aggregation and composition
What do you mean by jjs in java8?
What is JFC?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
Write an algorithm for quick sort?
Can we override the private methods?
What is the disadvantage of java?
What is the difference between logical data independence and physical data independence?