Is it possible to write virus with java

BIT0112-Rokon at 20h22
16
Mar
2010
Is it possible to write virus with java

আচ্ছা আমার হঠাৎ করে মনে হলো জাভাতে ভাইরাস প্রোগ্রামিং সম্ভব না। কারণ জাভা হাই লেভেল ল্যাংগুয়েজ। এতে সমপূর্ণ ভাবে low-level control avoid করা হয়। কেও কি আমার সাথে একমত কিংবা দ্বিমত প্রকাশ করো..? করলে প্লিজ ব্যাখ্যা করো.....
About
This topic belongs to the forum
  • IT based community for everyone, managed by the students of Institute of Information Technology(IIT), University of Dhaka.

  • Numbers of topics : 2170
  • Numbers of messages : 11613
  • Numbers of users : 1941
  • Numbers of points : 310
Similar topics
You may have seen/written a code like the one bellow in C to swap two values. Code: void swap(int* x, int *y) {    int temp = *x;    *x = *y;    *y = temp; } I assume that you understand why the
Suppose, I have given inputs in a window(like textfield, textarea, combobox etc.). Based on the information I need to write something in a .pdf file. How can I do it? Please reply me quickly.
Are there any tutorials? What's the difference between java programs for pcs and for phones? Thanks for advanced
Way to write computer ix x project program ICSE This is a sample program 4 computer java project you can know the way to write progs. by seeing this... Always remember to write variable description and comments import
Guys, lets write a java compiler. Hmm not actually compiler, it can be a Java editor. It will check your syntax of java, highlight code and more what IDE does. Is there any guys who wanna takes this challenge ? NOTE : it can be a project. Hmm giv
Forums from same category
See also
more_less
Informations

3 Replies For the topic :
"Is it possible to write virus with java"

This topic has been viewed 2786 times.

Last message :
16/03/2010 at 20h22 by "BIT0112-Rokon"