Java If ... ElseYou already know that Java supports the usual logical conditions from mathematics::Less than: a < b,Less than or equal to: a b,Greater than or equal to: a >= b,Equal to a == b,Not Equal to: a ... |
Java MathIn the realm of Java programming,mathematics plays a pivotal role,empowering developers to perform a myriad of numerical operations with ease.At the heart of these capabilities lies the Java M... |
Java VariablesVariables are containers for storing data values.In Java,there are different types of variables,for example::String - stores text,such as "Hello".String values are surrounded by double quotes,... |
The Print() MethodPrint Text.You learned from the previous chapter that you can use the println() method to output values or print text in Java:You can add as many println() methods as you want.Note that it wil... |
Java SyntaxIn the vast landscape of programming languages,Java stands as a titan – revered for its versatility,reliability,and widespread usage.At the heart of Java lies its syntax,the rules and convent... |
Java Getting StartedSome PCs might have Java already installed.To check if you have Java installed on a Windows PC,search in the start bar for Java or type the following in Command Prompt (cmd.exe):If Java is ins... |
What is Java?With a population of 151.6 million people, Java is the world's most populous island, home to approximately 56% of the Indonesian population.Some of you may curious why Java is the most famous ... |
The Chronicles of a Trash Whisperer that I learned at Santa Ana River Palos VerdesIn the small town of Santa Ana River Palos Verdes,I began a special mission.This wasn’t just any mission.It was a quest to help the Earth by picking up trash,one piece at a time.Armed with a ... |
Python ScopeA variable is only available from inside the region it is created.This is called scope.Local Scope.A variable created inside a function belongs to the local scope of that function,and can only... |
Python PolymorphismThe word "polymorphism" means "many forms",and in programming it refers to methods / functions / operators with the same name that can be executed on many objects or classes.Function Polymorph... |
Python IteratorsAn iterator is an object that contains a countable number of values.An iterator is an object that can be iterated upon,meaning that you can traverse through all the values.Technically,in Pytho... |
Python InheritanceInheritance allows us to define a class that inherits all the methods and properties from another class.Parent class is the class being inherited from,also called base class.Child class is the... |
Python Classes/ObjectsPython is object-oriented.In Python,most things are objects with properties and methods.Class is an object constructor or "blueprint" for creating objects.Create a Class.To create a class,use ... |
Python ArraysArrays are used to store multiple values in one single variable: Access the Elements of an Array.You refer to an array element by referring to the index number. .The Length of an Array.Use the... |
Embarking on Data Adventures - My First Days as a Data Software Engineer InternStarting my first internship as a Data Software Engineer has been like stepping onto a roller coaster,full of ups,downs,and thrilling surprises.Today,I really began to dive into the work,looki... |
What is OTT(Over The Top)?According to the Wiki, an over-the-top (OTT) media service (also known as a streaming platform) is a media service offered directly to viewers via the Internet. OTT bypasses cable, broadcast, ... |
Python FunctionsA function is a block of code which only runs when it is called.You can pass data,known as parameters,into a function.A function can return data as a result.Creating a Function.In Python a fun... |
Python While Loops/For LoopsThe while Loop.With the while loop we can execute a set of statements as long as a condition is true.The while loop requires relevant variables to be ready,in this example we need to define an... |
Python Conditions and If statementsPython supports the usual logical conditions from mathematics::Equals: a == b,Not Equals: a != b,Less than: a < b,Less than or equal to: a b,Greater than or equal to: a >= b.These conditions c... |
Python DictionariesDictionaries are used to store data values in key:value pairs.A dictionary is a collection which is ordered*,changeable and do not allow duplicates.Dictionaries are written with curly brackets... |
Python SetsSets are used to store multiple items in a single variable.Set is one of 4 built-in data types in Python used to store collections of data,the other 3 are List,Tuple,and Dictionary,all with di... |
Python TuplesTuples are used to store multiple items in a single variable.Tuple is one of 4 built-in data types in Python used to store collections of data,the other 3 are List,Set,and Dictionary,all with ... |
Python Comparison OperatorsOperatorDescriptionExample.==,If the values of two operands are equal,then the condition becomes true.(a == b) is not true..!=,If values of two operands are not equal,then condition becomes tr... |
Python Arithmetic OperatorsOperatorDescriptionExample% ModulusDivides left hand operand by right hand operand and returns remainder20 % 10 = 0* MultiplicationMultiplies values on either side of the operator10 * 20 = 200... |
Python ListsLists are used to store multiple items in a single variable.Lists are one of 4 built-in data types in Python used to store collections of data,the other 3 are Tuple,Set,and Dictionary,all with... |
Python String OperationsYou can return a range of characters by using the slice syntax.Specify the start index and the end index,separated by a colon,to return a part of the string.Slice From the Start.By leaving out... |
Python Data TypesIn programming,data type is an important concept.Variables can store data of different types,and different types can do different things.Python has the following data types built-in by default... |
Python VariablesVariables are containers for storing data values.Creating Variables.Python has no command for declaring a variable.A variable is created the moment you first assign a value to it.Variables do ... |
Python Getting StartedMany PCs and Macs will have python already installed.To check if you have python installed on a Windows PC,search in the start bar for Python or run the following on the Command Line (cmd.exe)... |
Python IntroductionPython is a popular programming language. It was created by Guido van Rossum, and released in 1991.It is used for:web development (server-side), software development, mathematics, system scrip... |
What is Python?Python is a genus of constricting snakes in the Pythonidae family native to the tropics and subtropics of the Eastern Hemisphere.In terms of programming language, Python was created by Guido v... |
What is a smart TV?In the realm of television,a new star has emerged: the Smart TV.But what exactly is a Smart TV,and what sets it apart from traditional TVs? Let's unravel the mystery and explore the wonders of... |
Original Asian-Themed Content to Serve a Diverse Asian Audience from Horowitz ResearchHorowitz Research published a great report regarding Asian TV Content Viewers,Six in 10 (61%) Asian TV content viewers watch Asian-language content at least occasionally,and 2 in 3 (65%) Asian... |
Cinematic Adventure: My Experience Watching 'Suzume'Last weekend,I decided to check out the movie everyone's been talking about: 'Suzume'.I was just expecting an ordinary trip to the movies,but what I got was a rollercoaster ride of emotions an... |
The Stylish Charm of Buck Shoes in European FashionHave you ever heard of buck shoes? They're like a cooler version of the classic Derby shoes,but instead of leather,they're made from nubuck leather or suede.These shoes are all the rage in Eur... |
The Great Adventures of the Volunteering Vagabonds at Lions FIeld, FullertonOnce upon a sunny day in Serenityville,a group of cheerful students decided it was time to do something different,something fun and helpful all at once.They called themselves the Volunteering ... |
The Cake Conundrum - A Hilarious DilemmaFather's and Sister's birthdays are right around the corner,and the excitement is mounting as fast as a small kid who's had too much candy.This year,we've stumbled into a hilarious situation t... |
Slice of Heaven: Dining Delights at California Pizza Kitchen, Irvine SpectrumAlright,food lovers,gather around because I'm about to share a story of delicious food and amazing experiences.I recently had the pleasure of dining at California Pizza Kitchen at the Irvine S... |
The Icy Adventures of the Saturday Cleanup SquadOn Saturdays,I become a superhero.No,not the kind that flies or shoots lasers from their eyes.I'm Captain Cleanup,armed with nothing but a trash bag and a heart full of determination.My missio... |
The Timeless Elegance of Men's Balmoral ShoesHave you ever heard of Balmoral shoes? You might know them as Oxfords if you're in the UK.These shoes have a distinctive design where the foot is opened in a V-shape and tied with laces.But di... |
Shoes that are good to coordinate with jeans - matte leather shoes without glossTo put it bluntly,the gloss doesn't go well with jeans.That's why wearing jeans and glossy suit shoes makes you a fashion terrorist ^^ Many mismatches occur when styling normal glossy items.It... |
Good shoes to coordinate with jeans - canvas, linen men's shoesThe second pair of men's shoes that I'd like to recommend for a pair of jeans is canvas or linen,which is a great matchup for a pair of jeans,and the canvas or linen shoes that we need to know... |
Sneaker Style: Perfect Shoes to Wear with JeansFinding the perfect pair of shoes to complement your favorite jeans can elevate your entire look.Whether you're aiming for a casual vibe or a more polished appearance,the right sneakers can ma... |
Exploring Dreams: My College Campus Tour of UCI and UCLAAlright,fellow dreamers,gather 'round because I've got a tale to tell – a tale of college campus adventures and the pursuit of higher education.Yep,you heard me right.I'm talking about my rec... |
Unveiling the Heart of Adventure: Our New Favicon JourneyIn the realm of digital spaces,where every pixel speaks volumes about identity and passion,I embarked on a quest to redefine the essence of abjohn.com through its most subtle yet powerful symb... |
Making a Splash: A Pool Party to RememberHey,party people! So,here's the lowdown – I just got back from the most epic pool birthday bash,and let me tell you,it was one for the books."Life is made of small moments like this.".Picture... |
Volunteer activity at US Nursing Home in Anaheim, CaliforniaThis was my first shot at volunteering in the US,and let me tell you,it was a hoot! Back in South Korea,I've done my fair share of volunteering,but this time,I wanted to lend a hand to the old... |
Epic Adventure: Avatar 3D at Regal, Irvine SpectrumHey movie buffs,gather 'round because I've got a tale to tell – a tale of cinematic splendor and 3D magic.Yep,you guessed it – I'm talking about my recent trip to Regal at the Irvine Spectru... |
Winter Formal Fashion prepared for Dance PartyAh,the quintessential high school dance,where fashion and fun collide! Clad in the classic white shirt and black pants ensemble,I stepped onto the dance floor,ready to unleash my not-so-hidden... |
Why Health Insurance is important by experiencing the Unexpected Food Alergy Shock in Cancun, MexicoSudden and unexpected,the food allergy shock I experienced in Cancun,Mexico,was a harrowing experience.What began as a leisurely meal turned into a frightening battle for breath and an unfores... |