Java OOPS interview questions and answers Like what is Class and Object in Java, a method in Java. As you know Java is an object-oriented programming language. But I have one question to you, Is Java…
JSP Scripting elements Before JSP Scripting elements you should know What is JSP, As we discussed in the previous tutorial JSP is Java server page, So we can write java code inside JSP file with…
Connecting angularJS application with MySQL database using java-servlet and read data in JSON format. AngularJS database connectivity with MySQL is possible with the help of a server-side language Like PHP or servlet. In this tutorial, I am…
Java web project Postal Services Management In this Java web project Postal Services Management tutorial, I’ll show you how to create dynamic websites using the core technologies of Java web programming like JSP and servlet.…
AngularJs ng-class directive is dynamical binds one or more CSS classes to an HTML element. which we can change according to the condition. In this tutorial, I am going to show you AngularJS ng-class directive. AngularJS ng-class-even…
AngularJS HTTP AngularJs HTTP is a service($http) used to communicate with the server. In this tutorial, I am going to show you : Convert servlet data into JSON format. How to read JSON file data from…
AngularJS ng-include AngularJS ng-include is used to include other pages inside your code. we will see how to use the ng-include directory with the example. index.html <!DOCTYPE html> <html> <head> <meta charset=”ISO-8859-1″> <title>Insert title here</title> <script…
AngularJS validation AngularJS Validation used to validate the data of an input field. If the data does not pass validation, it will display an error message to the user. There is three main state of…
AngularJs Events AngularJs events are used to handle the dom events. Like mouse events, key events. following events are providing by angular js which makes our task easy. ng-show ng-click ng-blur ng-change…
AngularJS filters : AngularJS filters are used to display the data in a proper format or a specific format. Like Format a number to a currency format, Format a string to uppercase or lowercase and so…