MSMitali sahuinwhat-is-oops.hashnode.dev·May 26 · 1 min readWhat is the difference between abstraction and encapsulation in java?Abstraction and Encapsulation are the most important pillars of oops but they work differently. Abstraction means hiding the internal implementation and showing only the essential functionality to the00
MSMitali sahuinwhat-is-oops.hashnode.dev·May 25 · 1 min readhow/why java is platform independence ?Java is platform independence language because it works on WORA (write once and run anywhere) principle it means java code can be run on any system without changing a single word. flow: whenever we wr00
MSMitali sahuinwhat-is-oops.hashnode.dev·May 25 · 1 min readwhat is java in detail ?Java is a programming language. It is a high level object oriented programming language and it's a versatile programming language means using java we can create many types of applications like web app00
MSMitali sahuinadvance-java.hashnode.dev·Mar 28, 2025 · 1 min readWhat is JSPJSP stands for java server pages and JSP contains both HTML and JSP tags. In JSP tags we use java code like scriptlet tag. JSP is a sever side programming technology is used to develop web application and to create dynamic web context.00
MSMitali sahuinadvance-java.hashnode.dev·Mar 28, 2025 · 1 min readWhat is servletServlet is a java programming that runs on the web server, application server and handle the client request, process then generate response and send them back to the client.00