What is basic syntax?
No Answer is Posted For this Question
Be the First to Post Answer
How can final class be used?
What is a marker interface?
why java does not have operator overloading?
Can we instantiate interface in java?
Is string is a class in java?
How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?
What is the purpose of garbage collection in java?
What is the purpose of main function in java?
How will you call an Applet using Java Script Function?
How to sort an array from smallest to largest java?
what do you meant by Runtime Polymorphism?
13 Answers BVIMR, IBM, Persistent,
There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation