An Introduction to C#
C# (pronounced “C sharp”) is a new language designed by Microsoft to combine the power of C/C++ and the productivity
Continue readingIT world
C# (pronounced “C sharp”) is a new language designed by Microsoft to combine the power of C/C++ and the productivity
Continue readingWhat are Servlets? Servlets are the Java Technologies’ answer to CGI programming. They are programs that run on the server-side
Continue readingWith Android Studio, the official IDE of Android, you can develop high-quality Android apps for Android devices. Android Studio hosts the tools required for Android
Continue readingKey Storage One of the primary difficulties in establishing good security through cryptography is key storage. In order for a
Continue readingPassword-Based Encryption (PBE) The examples that we’ve given so far have used binary keys. These keys need to be stored
Continue readingSymmetric Encryption This chapter we’re going to elaborate on the subject by describing how to use the JCE to perform
Continue readingThe for loop This loop is used if you know exactly how many times you want to perform a certain
Continue readingIn this tutorial I will discuss if statements and how they can be used to implement decision making in your programs. First
Continue readingTo an experienced coder these two topics probably don’t seem to have much in common, the reason I am going
Continue readingIntroduction Welcome to the first of my introduction to Java tutorials. These tutorials are aimed at complete beginners to programming.
Continue reading