A Computer Class - Page 3

Created

Last reply

Replies

62

Views

4.8k

Users

15

Likes

137

Frequent Posters

mudraswathi thumbnail
13th Anniversary Thumbnail Stunner Thumbnail
Posted: 12 years ago
#21

Originally posted by: deepali.rock

Wow..OOPS in ktlk style..😆..ise kehte hain programming with ktlk tadka😆



😆😆.. ktlk tadka..😆
sonyjknum thumbnail
13th Anniversary Thumbnail Rocker Thumbnail
Posted: 12 years ago
#22
Sorry Mudra ji for coming late for the class,was busy whole day,only you could make a post like this,loved all the points,best was garbage collector one,this much we can give to KTLK cvs,and ofcourse Nidhi in her different avatars,you are dreading that you might call your colleague ashu and all,well for me everything and anything just leads to Ashni,ppl who are in constant touch with me are fed up of my KTLK gyaan,soon all will leave me😆😆😆
LuvRanJi thumbnail
13th Anniversary Thumbnail Dazzler Thumbnail
Posted: 12 years ago
#23
SUper Creative Post Mudra 👏👏👏
mudraswathi thumbnail
13th Anniversary Thumbnail Stunner Thumbnail
Posted: 12 years ago
#24

Originally posted by: sonyjknum

Sorry Mudra ji for coming late for the class,was busy whole day,only you could make a post like this,loved all the points,best was garbage collector one,this much we can give to KTLK cvs,and ofcourse Nidhi in her different avatars,you are dreading that you might call your colleague ashu and all,well for me everything and anything just leads to Ashni,ppl who are in constant touch with me are fed up of my KTLK gyaan,soon all will leave me😆😆😆



Oh!!! late!! then how will you write the exam???😲😆😆

Dont worry... You have lot of gyaan in this subject so, even without attending the class, you would get 100.😆😆


mudraswathi thumbnail
13th Anniversary Thumbnail Stunner Thumbnail
Posted: 12 years ago
#25

Originally posted by: LuvRanJi

SUper Creative Post Mudra 👏👏👏


Thank you LR😊
Edited by mudraswathi - 12 years ago
hkp11 thumbnail
13th Anniversary Thumbnail Rocker Thumbnail + 2
Posted: 12 years ago
#26
Wow Mudra! Appropriately apt computer associations with KTLK!!! 👏👏👏

I would not have thought of that! See you have great imagination & creativity! 😉 🤗

Loved it! Me in IT can associate! 😉
mudraswathi thumbnail
13th Anniversary Thumbnail Stunner Thumbnail
Posted: 12 years ago
#27

Originally posted by: hkp11

Wow Mudra! Appropriately apt computer associations with KTLK!!! 👏👏👏

I would not have thought of that! See you have great imagination & creativity! 😉 🤗

Loved it! Me in IT can associate! 😉



Thank you Hina. 🤗

Thank you that you liked it..😊😊
ttrocks thumbnail
13th Anniversary Thumbnail Stunner Thumbnail + 3
Posted: 12 years ago
#28
So funny and Mudralicious post!! 👏👏👏 All the C.S. concepts have been nicely and so aptly analogized with KTLK storyline... 😆😆😆😆 The garbage collector is the best!! 🤣🤣







ttrocks thumbnail
13th Anniversary Thumbnail Stunner Thumbnail + 3
Posted: 12 years ago
#29

Originally posted by: mudraswathi

I think, I have gone total after KTLK... seeing KTLK everywhere... I hope I wont address my colleagues as Nidhi, Ashu or Mallika..😆

The moment I read garbage collection analogy with ktlk loose ends in your post, I wrote this Mudraji... 🤣🤣🤣🤣🤣 What would you call me... 😆😆😆😆😆 Totally gone case due to KTLK? 🤪

---------------------------------------------------------------------------------------------------------------------------------

import java.io.IOException;
import java.lang.*

public class KTLK
{
KTLK()
protected void finalize()
{
System.out.println("Garbage Collection Performed");
}
}//class KTLK ends

public class KTLK_SEASON_1
{
public static void main(String[] args)
{
try
{
KTLK track = new KTLK();
System.out.println("Call System.gc() when handling this track is no longer possible");
track = null; // Breaking all the references to track
Runtime.getRuntime().gc();
}
catch (Exception e)
{
System.err.println("Error: " + e.getMessage());
e.printStackTrace();
}
finally
{
System.out.println("Program ran successfully!");
}
}//main() ends

}//class KTLK_SEASON_1 ends

---------------------------------------------------------------------------------------------------------------------------------
mudraswathi thumbnail
13th Anniversary Thumbnail Stunner Thumbnail
Posted: 12 years ago
#30

Originally posted by: ttrocks

So funny and Mudralicious post!! 👏👏👏 All the C.S. concepts have been nicely and so aptly analogized with KTLK storyline... 😆 The garbage collector is the best!! 🤣🤣









hahahaa.. nice one tupu..😆😆

chalo let us call them... with all our KTLK knowledge.😆😆

Related Topics

Top

Stay Connected with IndiaForums!

Be the first to know about the latest news, updates, and exclusive content.

Add to Home Screen!

Install this web app on your iPhone for the best experience. It's easy, just tap and then "Add to Home Screen".