This blog is intended to provide frequently asked interview questions and answers.
import java.util.*; import java.io.*; class Notepad { public static void main(String[] args) { Runtime rs = Runtime.getRuntime(); try { rs.exec("notepad"); } catch (IOException e) { System.out.println(e); } } }
Database normalization is a data design and organization process applied to data structures based on rules that help building relational dat...
No comments:
Post a Comment