Friday, August 7, 2020

Object Serialization in Java

 This video illustrates the concept of the 'Serializable Interface' and its use Why to implement Serializable interface

No comments:

Post a Comment

Query for finding high dividend paying stocks

 Post the following query in Screen.in, to get list of high dividend yield stocks: Dividend yield > 6 AND Dividend last year > 1000 AN...