What is the frontend and backedn in Java?
Answers were Sorted based on User's Feedback
Answer / ravikiran
front end is html or UI elements
back end is the database or persistent storage
| Is This Answer Correct ? | 6 Yes | 5 No |
Front end is client,
Back end is server
| Is This Answer Correct ? | 0 Yes | 1 No |
Can we declare a static variable inside a method?
What is an example of a conditional statement?
Can you explain the private protected field modifier?
What is the largest long allowed by java?
Why hashset is used in java?
Can I use % with real numbers?
what is marker interface ? what is the necessity of it?
How can we run a java program without making any object?
Why destructor is not used in java?
What is user defined exception in Java?
watz the difference between abstract class and interface? Which one u ill choose as a designer?
explain me with a code snippet about the generation and handling of null point exceptions.