Update of Create Browser using JavaFX Java by Rajesh Kumar Sahanee - May 11, 2020September 15, 20220 Hello Friends, today I am going share an update of create Browser using JavaFX. Actually I was working on a JavaFX application which was making use of WebView but while testing I just browsed flipkart.com and suddenly it started showing "Something's not right!" error then figured out and found that
JavaFX HelloWorld with NetBeans and Gradle Java by Rajesh Kumar Sahanee - April 30, 20200 Hello Friends, Today we are going to see how to create and run JavaFX HelloWorld with NetBeans and Gradle. Actually I had developed ZatackCrawler a data scrapper tool few years ago when I was learning JavaFX. I had also shared this tool in 2017 that you can check here. But
Multiple Filters and Sorting in Android Android Android Projects Java by Rajesh Kumar Sahanee - February 16, 2020March 24, 20200 Hello Friends, today we are going to see multiple filters and sorting in Android. In multiple filters we basically choose multiple values from multiple available filter options.
Top 5 Applications Built using Java Java by Shradha Shasha - January 24, 20200 Java is one of the popular programming languages that run on any platform for any kind of application. Being an open-source, fast and powerful language, it is widely used by Java developers for building applications, websites, and interactive videos, etc. Do you know? Until now thousands of apps have been developed
Arrays class in Java Java by Rajesh Kumar Sahanee - May 19, 2019April 14, 20200 Hello Friends, today I am going to share a program on Arrays class in Java to demonstrate uses of Arrays Class. The Arrays class is defined in java.util package is part of Java Collection Framework. Arrays class provides static methods to dynamically create and access Java arrays. This class contains
Java Programs on Array Java by Rajesh Kumar Sahanee - May 18, 2019April 14, 20200 Hello Friends, It's being long time I haven't share anything with you but Today I am going share some useful Java Programs on Array. These programs is very useful for those who are currently learning java and their current topic is array. Interested person can learn many things about array
Types of VirtualMachineError Java by Guest - May 17, 2019April 14, 20200 Java.lang.VirtualMachineError is thrown when Java virtual machine encounters any internal error or resource limitation which prevents it from functioning. It's a self-defensive mechanism employed by JVM to prevent entire application from crashing. In this article lets discuss different types of VirtualMachineError, their characteristics, reasons why they get triggered and potentials
Matching Game in Java Java Java Projects by Rajesh Kumar Sahanee - February 15, 2019April 13, 20201 Hello Friends, I hope you are doing fine. Today I am going to share a Matching Game in Java. Matching games are games in which players have to find match similar elements. As the name implies, participants need to find a match for a word, picture, or card. I have developed this
Client-Server Chat Program in Java Java by Rajesh Kumar Sahanee - February 7, 2019September 2, 20220 Hello Friends, I hope you are doing fine. Today I am going to share Client-Server Chat Program in Java. I have developed this program using socket programming when I was learning Java and just a day ago I found it in my backups. Now I am sharing it, so that
Java Program to Check Two Strings Similarity Java by Rajesh Kumar Sahanee - October 19, 2018April 7, 20200 Hello Friends, I hope you are doing fine. Today I am sharing java program to check two strings similarity. Actually yesterday I was working on a project in which I had to find similarity between two strings in percent. There are many algorithms available to do this and some of