what is platform
Answers were Sorted based on User's Feedback
Answer / deepakkumar1887
it is the combination of operating system with underlying
micro processor
| Is This Answer Correct ? | 2 Yes | 0 No |
platform is a Interface between human and computer. Without
any platform we can not use Computer.
Operating System is a Platform that provide to manage easily
our computer system, file system and etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Diff between Comparator and Comparable?
What code optimizations techniques you follow in general practice?
2 Answers Accenture, TCS, Wipro,
What is output buffer?
What are annotations in java?
why to use transient variables when static variables can be used for Serialization
What is a line break example?
Define the term string pool?
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?
what is platform
What is multiple inheritance & can we implement it in java?
What is the best definition for data?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?