26/12/24 ---------- JAVA FULL STACK DEVELOPMENT ------------------------------------- Q)What is the architecture of a realtime Java project? =>Java project has CLIENT-SERVER ARCHITECTURE FRONT-END + BACK-END +DATABASE APPLICATION APPLICATION Q)What is the front-end of a Java application? =>UI(User Interface) is nothing but the front-end of a Real Time Java project. =>To get the services of the application, end-user interacts with which part of the part of the application, that part is known as the front-end. Q)What are the things used in front-end development of a Java project? 1)HTML 2)CSS 3)BootStrap 4)JavaScript 5)Angular/React Q)What is the back-end of a Java application? =>Hidden code running in the web server in the background is nothing but the back-end application. =>In fact, back-end application only provides the actual services. Q)What are the things used in back-end application development of a Java project? 1)Java language 2)Java Technologies 3)Java Frameworks Q)What is Java full stack development? =>Developing both front-end and back-end of the application is nothing but Java full stack development.