Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
152 results
This comprehensive lecture covers Serialization in Java from basics to advanced concepts, including object streams and ...
26 views
3 weeks ago
Learn effective patterns to reuse streaming JSON output as JsonNode objects in Java RESTful services without inefficient ...
3 views
4 weeks ago
All right we're going to talk about serialization and deserialization but before we talk about any of that we need to first discuss the ...
378 views
0 views
9 days ago
How does Java save objects? Without serialization: Object lives only in memory. With serialization: Object is converted into bytes ...
382 views
Learn how to drastically improve Apache Thrift serialization and deserialization performance in Java with efficient protocols, ...
Static variables are NOT serialized in Java. Reason: Serialization saves object data, but static variables belong to the class.
200 views
2 weeks ago
Both static and transient are not serialized in Java. But the reason is different This is a very common Java interview question.
387 views
transient variables are NOT serialized in Java. Reason: The transient keyword tells Java NOT to save this variable during ...
151 views
5 days ago
Serialization in Java is the process of converting an object's state into a byte stream, which can be easily stored in a file, ...
24 views
3 days ago
Concepto que se usa para almacenar inforrmación y compartir entre distintas plataformas, para mas informacion y ejemplos les ...
2 views
Ever wondered how your applications seamlessly process data received from other systems? Dive into the critical function of ...
Welcome to our Java Programming Definition Series! In these videos, we break down key Java concepts, terms, and definitions ...
4 days ago
052 Java Fullstack Development Serialization.
18 views
Concepto de serializar información La música es de Bensound: https://www.bensound.com/
80 views
Serialization and Deserialization is one of the most confusing Java interview topics. Serialization converts an object into bytes ...
118 views
42 views
This JVM behavior shocks even experienced developers. During Java serialization, constructors are NOT executed. Full answer ...