Why is method overloading not possible by changing the return type in java?
No Answer is Posted For this Question
Be the First to Post Answer
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is arraylist e?
Can final class have constructor?
How many digits is int32?
What is java command?
How does java pattern compile work?
how to create a jar file in java
Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }
What is mnemonic in assembly language?
What is string [] java?
What is unicode full form?