Do I need java for windows 10?


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

Post New Answer

More Core Java Interview Questions

Can each java object keep track of all the threads that want to exclusively access it?

0 Answers  


What are streams in java 8?

0 Answers  


Why are parameters used in functions?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Difference between java and javascript

0 Answers  






How do you override a method in java?

0 Answers  


1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?

2 Answers   TCS,


What do you mean by compiler?

0 Answers  


What are constants?

0 Answers  


What is the catch or declare rule for method declarations?

1 Answers  


Which class has no duplicate elements?

8 Answers  


JVM is platform independent or depeneded?

7 Answers  


Categories