What is incompatible types in java?


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

Post New Answer

More Core Java Interview Questions

What is an iterator interface in java programming?

0 Answers  


What is bigger kb or mb?

0 Answers  


I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in

0 Answers  


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 are features of java?

0 Answers  






If two threads call a static method at the same point of time, what will happen?

3 Answers   KPIT,


What are the latest versions in JAVA related areas?

3 Answers   Netcraft,


What are the 2 types of java programs?

0 Answers  


What is the root class for all Java classes?

8 Answers   IBM, Infosys,


What class is used to create Server side object?

1 Answers   TCS,


Is simpledateformat safe to use in the multithreaded program?

0 Answers  


Can abstract class have private constructor?

0 Answers  


Categories