Answer Posted / ravikiran
front end is html or UI elements
back end is the database or persistent storage
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What do you mean by an interface in java?
When we should use serialization?
Can we execute a program without main() method?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is ternary operator in java?
How to sort list of list in java?
What is the use of generics? When was it added to the Java development Kit?
What is main function purpose?
How do I stop concurrentmodificationexception?
Is java type safe?
Can we make the abstract methods static in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is vector capacity in java?
What is Java Annotations?
What is an infinite loop in java? Explain with an example.