Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Concept
Java (programming language)
Formal sciences
Theoretical computer science
Programming language theory
High-level programming lang...
Graph Chatbot
Related lectures (32)
Login to filter by course
Login to filter by course
Reset
Previous
Page 3 of 4
Next
Blockchain Fundamentals
Explores the financial applications of blockchains, covering the definition, history, Ethereum, decentralized finance, smart contracts, tokens, assessment methods, challenges of double spending, digital signatures, and cryptographic hash functions.
Financial Applications of Blockchains
Explores the financial applications of blockchains, including DeFi, lending protocols, DAOs, flash loans, and token-based insurance solutions.
Java Exceptions Handling
Covers advanced concepts in Java exception handling, including custom exceptions and complete handling scenarios.
Introduction to Java Programming
Covers Java programming basics, emphasizing code reusability and demonstrating it with a practical example.
Introduction to OO Programming and Java Concepts
Introduces object-oriented programming, Java concepts, project structure, evaluation criteria, and plagiarism avoidance.
Input/Output Streams: Character Streams
Explains reading and writing characters using Java input/output streams.
Design Patterns: MVC Pattern
Explains the Model-View-Controller (MVC) design pattern using Java code examples.
Game Development: Types and Elements
Covers the development of a game program in Java, emphasizing the importance of breaking down the problem into sub-problems.
Static Methods in Java
Covers static methods in Java, their restrictions, utility, and importance in the main method.
Programming by Flows: Temperature Conversion
Demonstrates temperature conversion from Fahrenheit to Celsius using Java streams and lambda expressions.