What are the steps involved to write rmi based programs?
No Answer is Posted For this Question
Be the First to Post Answer
explain the concept of virtual method invocation in polymorphism in detail?
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....
What is a string what operation can be performed out with the help of a string?
Does unicode support all languages?
What is an example of procedure?
Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer
Can we define package statement after import statement in java?
What is an iterator interface in java programming?
What is Java Package and which package is imported by default?
What is protected and friendly?
What is a variable declaration?
Why do inner class cannot have static declaration except static nested class?