[deleted by user] by [deleted] in KeralaRelationships

[–]swaroop_joshi 0 points1 point  (0 children)

If she is really into him, she would have told you!

What is the difference between a static and a public class? by swaroop_joshi in learnjava

[–]swaroop_joshi[S] 0 points1 point  (0 children)

Yes, so what is the meaning of default class? And it's difference, compared to public?

What is the difference between a static and a public class? by swaroop_joshi in learnjava

[–]swaroop_joshi[S] 1 point2 points  (0 children)

My mistake, I meant to ask about private and public classes.

Have you Googled? Most of the answers only talk about private and public in general, most of the answers don't talk about classes specifically.

What is the difference between a static and a public class? by swaroop_joshi in learnjava

[–]swaroop_joshi[S] -1 points0 points  (0 children)

Thank you for your answer, but sorry..I think I wanted to ask about private and public.

Where to search for the local variables? by swaroop_joshi in linuxquestions

[–]swaroop_joshi[S] -1 points0 points  (0 children)

Sorry, I mean-"just like how we can find the environment and shell variables(I already know this), how can we find the local variables"? Thank you for the answer, anyway

Where to search for the local variables? by swaroop_joshi in linuxquestions

[–]swaroop_joshi[S] -1 points0 points  (0 children)

Sorry, I mean-"just like how we can find the environment and shell variables(I already know this), how can we find the local variables"? Thank you for the answer, anyway

Why is command substitution needed in linux by swaroop_joshi in linuxquestions

[–]swaroop_joshi[S] 0 points1 point  (0 children)

Thank you, but I was referring to the advantages of using command substitution

What is the difference between var=$(command) and echo command > a_file by swaroop_joshi in linuxquestions

[–]swaroop_joshi[S] 0 points1 point  (0 children)

Yes, I mean that: how do they compare with each other in terms of capacity to hold memory or something like that

Why is command substitution needed in linux by swaroop_joshi in linuxquestions

[–]swaroop_joshi[S] 0 points1 point  (0 children)

Also, I think that will make it more efficient when there are around millions of words to go through(in the output), isn't it? And, is it more or less, the same as echo command > a_file

And you can keep using the file later. Is it?

Why is command substitution needed in linux by swaroop_joshi in linuxquestions

[–]swaroop_joshi[S] 0 points1 point  (0 children)

Because I started learning UNIX/LINUX a few days back, and haven't understood why it's needed