Which are different kinds of source code?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Program to print 1 1 2 1 2 3 1 2 3 4 like that

8 Answers   Huawei,


What is the synchronized method modifier?

0 Answers  


Explain the purpose of garbage collection in Java?

0 Answers   BirlaSoft,


What is unicode full form?

0 Answers  


give me the answer of this code class A extnds String This code we can write r not in Java? Explain?

4 Answers  






What is charat ()?

0 Answers  


What is the format of Inner Class after it compiled?

1 Answers  


what is the difference between ArrayList and Vector

19 Answers   KPIT, Sasken, Satyam, Span Infotech, Wipro,


What is double data type?

0 Answers  


what is the main class of all the classes

5 Answers   Photon,


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(); } }

3 Answers  


what questions are been asked ??? for interview in apti

0 Answers  


Categories