Write a function to print Fibonacci series and Tribonacci series?


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

Post New Answer

More Core Java Interview Questions

What is singletonlist in java?

0 Answers  


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

0 Answers  


When will we prefer to use set and list in java and why?

0 Answers  


What is included in core java?

0 Answers  


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

0 Answers  






What does pointer mean?

0 Answers  


Explain the purpose of garbage collection in Java?

0 Answers   BirlaSoft,


What are packages and name a few?

4 Answers  


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?

2 Answers  


What is volatile data type?

0 Answers  


What are the main uses of the super keyword?

0 Answers  


Categories