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 |
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
What is an example of procedure?
can we write two same methods in outer class and innerclass.
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.
What are the differences between stringbuffer and stringbuilder?
What is local variable and instance variable?
What is the difference between throw and throws in java?
I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
how do I create a runnable with inheritance? : Java thread
What is the synonym of framework?
Differentiate between stringbuffer and stringbuilder in java.
What is bitwise complement?