JUSTIN JOHNS
Welcome!
|
Thanks.Do you meant to say that using only static main we could create other objects of other classes.Also does main method really create objects at the first time the complier invokes main function or does it create objects of other classes only after the user explicitly creates an instance(s) of other classes.Do you really mean to say that everything(creation of objects) in java program is done by main except the invocation of main program which is done by the compiler?JUSTIN JOHNS (talk) 09:24, 1 December 2014 (UTC)
Probabilities
editHello mr Justin Johns. Did you read my answer to your latest question on my talk page? Bo Jacoby (talk) 08:40, 4 April 2015 (UTC).
Representation of numbers in binary
editRe. User talk:CiaPan # Representation of numbers in binary
I do not understand, what you mean by 'represent the number 11012 in binary'. It is in binary already, isn't it? It is written with digits 0 and 1, and has an indicator of base two (subscript 2) appended, which means it is
- 10002 + 1002 + 12 = 1023 + 1022 + 1020 = 23 + 22 + 20 = 8 + 4 + 1 = 13.
What else do you need to do with it? --CiaPan (talk) 11:40, 29 December 2015 (UTC)
- I understand from your reply on my talk page [1] you are just not familiar enough with the binary system. I think you might make some use of reading our article about binary numbers, especially sections #Representation and #Counting in binary. It is important to note, which you've already done, that binary notation system is essentialy similar to decimal, and – a new step to do here – they both are special cases of positional notation, together with ternary, hexadecimal, octal and others. For all articles on positional numeral systems see the Category:Positional numeral systems. --CiaPan (talk) 07:19, 30 December 2015 (UTC)
User talk page refactoring
editHi: Rather than refactoring other user's comments as you did at User talk:Graeme Bartlett, please consider simply posting your new comments underneath other people's threads. See WP:REFACTOR for more information. North America1000 06:40, 21 April 2016 (UTC)
Doesn't that turns the particular section untidy and that too difficult for the user to read comments of a particular section?JUSTIN JOHNS (talk) 07:26, 21 April 2016 (UTC)