Interviewer And Interviewee Guide

Python Developer Interview Question:

Tell me what is pickling and unpickling?

Submitted by: Muhammad
Pickle module accepts any Python object and converts it into a string representation and dumps it into a file by using dump function, this process is called pickling. While the process of retrieving original Python objects from the stored string representation is called unpickling.
Submitted by: Muhammad

Read Online Python Developer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.