Which are different kinds of source code?
Program to print 1 1 2 1 2 3 1 2 3 4 like that
What is the synchronized method modifier?
Explain the purpose of garbage collection in Java?
What is unicode full form?
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
What is charat ()?
What is the format of Inner Class after it compiled?
what is the difference between ArrayList and Vector
19 Answers KPIT, Sasken, Satyam, Span Infotech, Wipro,
What is double data type?
what is the main class of all the classes
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 questions are been asked ??? for interview in apti