Which graphs are functions?


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

Post New Answer

More Core Java Interview Questions

Which methods cannot be overridden in java?

0 Answers  


What is the purpose of a transient variable?

0 Answers  


What are different data structures in java?

0 Answers  


How to make a non daemon thread as daemon?

0 Answers  


Can you override a private or static method in java?

1 Answers  






Name the immediate superclass of the MenuComponent class?

1 Answers  


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


Default layout of Dialog object?

1 Answers  


why HashTable not allow null key and value

2 Answers   Crimson Logic,


What is static synchronization?

0 Answers  


Why destructor is not used in java?

0 Answers  


If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?

7 Answers   Accenture, College School Exams Tests, iFlex, NIIT,


Categories