排序
Java Questions – Top 10 Most Viewed Questions on Stack Overflow
Java Questions - Top 10 Most Viewed Questions on Stack Overflow,In this course we are going to examine the top 10 most viewed Java question on Stack Overflow since creation of this...
Understanding Comparable and Comparator
Understanding Comparable and Comparator,Overview: Comparable interface: Create a class implementing the Comparable interface Comparator interface: Create a class implementing of Co...
Use strong encryption and hashing algorithms in Java
Use strong encryption and hashing algorithms in Java, Java security best practices (3 Part Series) 1 Configure your Java XML-parsers to prevent XXE 2 Avoid Java serialization 3 Use...
Learning to code at(after)40: an update
Learning to code at(after)40: an update,I know the comic above is cut off, but that little segment really fits It's been awhile since my last update. I'm still plugging away and do...
Google Drive API with Android
Google Drive API with Android,There are many ways to upload images and files. Also, there are many places from which to uploads files: Dropbox, local storage on the device, Google ...
The Adapter Pattern in Java
The Adapter Pattern in Java, 1. Overview In this quick tutorial, we'll have a look at the Adapter pattern and its Java implementation. 2. The Adapter Pattern An Adapter pattern act...
5 Books to Crack Java 8 Certification (OCAJP 8 and OCPJP 8) – Best of lot
5 Books to Crack Java 8 Certification (OCAJP 8 and OCPJP 8) - Best of lot,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or ser...
Trying out code
Trying out code,Being a fan of polyglot programming means switching languages frequently. Re-acquainting oneself with a particular one involves doing simple programming excercises....
How to Replace Oracle JRE with Amazon Coretto JRE on Windows Desktops
How to Replace Oracle JRE with Amazon Coretto JRE on Windows Desktops, 2019 is coming to a close, and this quick guide will get your JRE cleared up for the next decade Starting in ...
Desired Capabilities in Selenium Testing With Examples
Desired Capabilities in Selenium Testing With Examples,Desired Capabilities is a class used to declare a set of basic requirements such as combinations of browsers, operating syste...
Base Java Part 1
Base Java Part 1, Base Java (3 Part Series) 1 Base Java Part 1 2 Base Java Part 2 (Class vs Object) 3 Base Java Part 3 (Datatypes In Java) This is a series covering Java basics, wh...
CORS, XSS and CSRF with examples in 10 minutes
CORS, XSS and CSRF with examples in 10 minutes,This article should be your entry point for existing web security standards, most common web attacks and the methods to prevent them....