-
What is primitive Type in Java ?
Know about primitive types in Java. Why primitive types are there in java. Size of primitive types in Java.
-
What are the storage where Java program can store data
Every computer programs stores data while running and Java also stores data in memory. There are six places where java can store data while running.
-
What are Objects in Java Programming ?
There are five basic characteristics of Java. These characteristics represent a pure approach to object-oriented programming.
-
Java creating directories using NIO Files Class
Java example for Files.createDirectories and Files.createDirectory methods to make folders.
-
Java NIO Files Better Api to Copy Files
Java files copy examples using java.nio.Files class copy methods for better performance.
-
Javascript function to truncate string
JavaScript function to truncate string. This function is safe and ready to use.
-
JavaScript Trim function with defined characters
Method to trim string with specified charactars. Find complete example.
-
Javascript escaping characters for regular expression use
See how you can escape characters for regular expression. A complete working example.
-
Unescape HTML using JavaScript
JavaScript function to escape html string. Fully working example of escaping html text.
-
Function to unquote string using JavaScript
Best way to unquote string in JavaScript. Utility example of method to unquote string using JavaScript.