-
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.
-
Best way to safely check empty string in Javascript
Best way to check empty string in JavaScript. Utility method to check empty string in JavaScript.
-
Best way to safely convert object to string in Javascript
Know the ways to converst javascipt objects to string. Object to string conversion method example.