how to create constants in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
can u override the start() method of Thread class
Does java support function overloading, pointers, structures, unions or linked lists?
What is run-time class and system class? what is their purpose?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
What is the main use of java?
What is an association?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
What sorting algorithm does javascript use?
what is the use of abstract class and interface with example?
2 Answers Cycore, DNS, Technoram,
Is it possible to write method inside method
How many ways can an argument be passed to a subroutine?
3 Answers Technological University of the Philippines,