Can we have multiple classes in a single file?
No Answer is Posted For this Question
Be the First to Post Answer
if u open login & logout ,how can udisplay the timelogin & logout members ?
We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.
What is Vector?Can you elaborate how Vector is Thread safe?
Is a case study a method or methodology?
State some advantages of java?
What is the difference between throw and throws?
What modifiers are allowed for methods in an interface?
How is string immutable in java?
What is return type in java?
I want to run a simple hello world java (HelloWorld.java) program using a batch file. How can i run it and how to construct a batch file.
class 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(); }
What is tcp ip in java?