CARVIEW |
Select Language
HTTP/2 200
date: Tue, 14 Oct 2025 05:32:02 GMT
content-type: text/html; charset=UTF-8
content-encoding: gzip
x-dns-prefetch-control: on
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-litespeed-cache: hit
vary: Accept-Encoding
alt-svc: h3=":443"; ma=86400
x-turbo-charged-by: LiteSpeed
cf-cache-status: MISS
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kjP7tQI448COfij9Obz2m17yHD7HsEddThAPzVDahkOKDfeNuFMxbjeF8I3aXCUdQ2V5HR2yDBkMd9bYaKu9hjJziueipAqil1gE%2BFkKX5AbvVir6Y2Lx2bd8Pb9UlHuL1nXMlJcJf24c%2BJ4cw%3D%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 98e4b19daa48f470-BLR
server-timing: cfL4;desc="?proto=TCP&rtt=1165&min_rtt=796&rtt_var=537&sent=7&recv=12&lost=0&retrans=0&sent_bytes=3427&recv_bytes=979&delivery_rate=3601990&cwnd=253&unsent_bytes=0&cid=5f71a7fd78e9df2a&ts=836&x=0"
Frank Yee, Author at Java Code Geeks
Back to top button
Frank Yee
Frank holds a Bachelor of Science in Biology from The City University of New York (The City College of New York) and a Bachelor of Arts in Computer Science from The City University of New York (Hunter College). As an undergraduate, he had taken courses where programs were written in Fortran, Basic, Pascal, COBOL, and Assembly Language for the IBM 4341 Mainframe. He has been a software developer for over 30 years having built desktop apps, mobile apps and web apps. He has built software in C/C++, VisualBasic, TCL, Java, PHP, XML/XSLT, Perl, Shell Scripting and Python. Frank was also an educator in The City University of New York (Borough of Manhattan Community College, New York City College of Technology) having taught courses in Pascal, VisualBasic, C++ for over 10 years. Finally, he has recently helped students create programs in Lisp, R, Masm, Haskell, Scheme and Prolog.
-
Core Java
How to find a Bipartite Graph?
Hello there, in this article we will show how to find if a graph is a Bipartite Graph through detailed…
Read More » -
Core Java
Radix Sort in Java
1. Introduction Sorting algorithms were devised in order to make the ordering of elements of a list or array possible.…
Read More » -
Core Java
Collectors to Map in Java
1. Introduction The Collectors class is in the java.util.stream package. The Collectors class contains static methods which return a Collector…
Read More » -
sql
SQL Server Functions
1. Introduction SQL Server is a relational database management system (RDBMS) solution created by Microsoft Corporation. Focus in this treatise…
Read More » -
sql
SQL and an introduction to SQLite, SQLite3, and MySQL
In this article, we will show you the difference between SQL, MySQL, Sqlite, Sqlite3. SQL stands for Structured Query Language.…
Read More »