Split String in Java

There are different ways to Split the String in Java, out of which some common ways are shown to Split String in Java. Here in this Example We will Split the String using the String Split Method public class SplitString { public static void main(String[] args){ String str = “java-language”; String[] parts = str.split(“-“); String … Read more

DataTables plugin for JQuery

DataTablesĀ  plugin for JQuery is Easy to Use. It is a Table plug-in forĀ  JQuery JavaScript Library. DatatTables provides instant search, multi-column ordering, Pagination and many more other features. Here in this Example We will see very basic use of DataTables plugin for Jquery In order to run this example please include the following JavaScript … Read more