(Mohammad Irshad) Prototype is basically an object called prototype object.
Tag: JSON / JAVA / XML
Socket programming in Java: A tutorial
(Steven Haines) This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O.
Add JavaScript and VBScript to Your .NET Apps
(honey the codewitch) I wanted to take a break from building parsers and such and do something a little different, so here’s a handy little library I’ve whipped up to add scripting support to your .NET applications.
Measuring Time: From Java to Kernel and back
(Jaromir Hamala) Even the most basic problems become interesting when you dig deep enough. Today, I would like to do a deep dive into measuring time in Java.
Learn Angular 8 Step By Step In 10 Days – Angular Service (Day 8)
(Debasis Saha) Welcome back to the Learn Angular 8 in 10 Days article series – Part 8. In the previous article, we discussed the different concepts of Form Control in Angular.
Identity Vs. Equality in Java
(Attila Mihaly) Take a quick look at identity and equality in Java, what they are, and how they compare to one another.
A Note on JMeter & Async & Await
(Dr. Song Li) This note is a benchmark example on the benefit of asynchronous programming.
Validate CSP from Command Line
(David Walsh) The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks.
Hide/Show Form Fields Using Angular Forms
(Vidyadharran G) In this article, I will explain about hiding and showing form fields using Angular forms. Forms are used in web applications that enable the users to enter data and process the data from it.
A beginner’s guide to Java agents
(Rafael Winterhalter) While Java beginners quickly learn typing public static void main to run their applications, even seasoned developers often do not know about the JVM’s support of two additional entry points to a Java process: the premain and the agentmain methods.