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 |
State the difference between strings and arrays.
Distinguish method overloading and method overriding
What is difference between hashset and hashmap in java?
what is multitherading
What is difference between next () and nextline () in java?
Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target
What is get () in java?
Why is it called buffering?
How can you debug the Java code?
Does sprintf allocate memory?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What are the ways of polymorphism other than Overridding & Overloading